Questions tagged [beeware]

Beeware claims "Write your apps in Python and release them on iOS, Android, Windows, MacOS, Linux, Web, and tvOS using rich, native user interfaces. Multiple apps, one codebase, with a fully native user experience on every platform."

Links

Subprojects

60 questions
1
vote
1 answer

Didn't install Android emulator in beeware

(venv) F:\beeware-virtual-development\first-project\helloworld>briefcase build android [helloworld] Updating app metadata... Setting main module... done [helloworld] Building Android APK... Downloading the Android emulator... Warning: An error…
1
vote
1 answer

how to set a relative box size in toga python

I'm making an app with Beeware and toga using python and I need a box to be half size of its parent. Does toga have relative size units like CSS? How do I use them? I thought to use the parent box size as a reference but the Box object has no…
Davi A. Sampaio
  • 374
  • 2
  • 12
1
vote
1 answer

Can't find toga.style python error message

hi i'm trying to create a application with python, so i'm using the beeware, i installed toga with pip3 install toga and pip3 install beeware when i try to run a test script it gives me this error messages: Import "toga.style" could not be…
1
vote
1 answer

Toga/Beeware button not working as it should, code returning output without button press

I just started working with Toga and Beeware (been following their tutorials) to make a windows app. I have a function that goes through an excel file and returns a list of values. The user pushes buttons to decide the timeframe in which the…
Bava_PaP
  • 13
  • 2
1
vote
1 answer

AttributeError: module 'clr_loader' has no attribute 'wrappers'

I am trying use Beeware to package my python prjocet, but when I am trying to use "briefcase dev" command, It raise this error. I found that it need to use pythonnet and clr, and when it call "from pythonnet import load", and raised error when…
Walter
  • 21
  • 1
1
vote
1 answer

Python Beeware Briefcase Git SHA issue

I'm trying to teach myself to use the beeware briefcase package for Python, although having issues setting it up. I've got pyenv installed, and my local python version in the root of my project is set to 3.8.9. I'm using windows and Powershell In…
bart.s
  • 67
  • 6
1
vote
1 answer

Why 'beeware create android' doesn't work for me?

I wanted to create my app for android using beeware. When I tried 'beeware create android' command, I got this error: usage: briefcase [-h] [] [] ... briefcase: error: argument platform: invalid choice: 'android' (choose…
RedLips
  • 11
  • 1
1
vote
2 answers

Use own modules in beeware

I have a beeware project and also want to use my own modules in it like Models and Controllers. Also, a module which creates some objects I can test with. But when I want to import the module to create the test objects and use the method it just…
黒성배
  • 45
  • 4
1
vote
1 answer

Cannot get the emulator running for my Android App using beeware (newbie)

I am using windows. As given in this link https://docs.beeware.org/en/latest/tutorial/tutorial-5/android.html When I ran the app it is showing this error In future, you can specify this device by running: briefcase run android -d…
Aunny
  • 156
  • 9
1
vote
1 answer

I was using 'beeware'. While using briefcase create android i got the following permission error

I used briefcase create android but it shows pemission error. I am using windows command prompt for all this. Can someone tell what can I do to resolve this error Downloading…
Aunny
  • 156
  • 9
1
vote
3 answers

how to change the application icon of an app in beeware, python

So basically I am creating an app with BeeWare(Python). And I wanted to know whether it is possible to change the default icon of beeware and toga and use my own icons. If it is possible, then please someone provide a solution for it. Thanks.
1
vote
2 answers

Getting an error while creating a briefcase on BeeWare

The WIX environment variable does not point to an install of the WiX Toolset. Current value: WindowsPath('.')
1
vote
1 answer

Setting up Beeware: I cannot create my JAR support file within my activated venv

I've been trying to set up my work environment so I can attempt the Beeware tutorial. https://voc.readthedocs.io/en/latest/background/install.html I'm following the steps of this installation tutorial using Bash Shell in Windows 8 with Python…
Ferro101
  • 13
  • 2
1
vote
0 answers

When using beeware build android It gives "can't open file 'setup.py': [Errno 2] No such file or directory"

When using beeware build android It gives "can't open file 'setup.py': [Errno 2] No such file or directory" I really do not know what wrong I am doing here. Below is the standard code from beeware sample app. When I run this app it runs properly…
1
vote
1 answer

Problem making an Android app with BeeWare

I tried making an android app with BeeWare following the guides. The app it's just the plain template so I didn't do any modifications to it, but since my first try I was getting countless of exceptions which I was able to resolve looking up for…
Saibbo
  • 57
  • 1
  • 8