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."
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…
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…
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…
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…
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…
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…
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…
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…
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…
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.
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…
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…
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…