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

BEEWARE: Execution failed for task ':transformClassesWithDexBuilderForDebug'

I am getting this error while tying to build android app with beeware: > com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to…
K0NN4
  • 19
  • 2
1
vote
0 answers

setuptools, use package on local system instead of getting it from PyPI

There is an open-source python package that I want to work on (toga-android). To test the code I write, I have to be able to build my own project that has said open-source package as a dependency. My project has to be built with setuptools, so I…
0
votes
1 answer

Fail to package an app using Briefcase (BeeWare) and PyQt5

I have build a desktop application on macOS (macOS v13.4.1 (Ventura) - Intel processor) using Briefcase (BeeWare and PyQt5. It runs well when started with 'briefcase dev'. However, when I tried to package it, it fails with the following error at the…
0
votes
1 answer

Using toga.slider, slide between different images

So I am attempting to create a program using Toga which will allow the user to view different images based on a slider. This is done by using ImageView to retrieve the image from a URL. However, each image has a different URL address (a number is…
Faye
  • 21
  • 1
0
votes
0 answers

Android app made with beeware : How can I change the default beeware icon with my own?

I can not change default beeware icon in my app made with beeware beeware icon always shown when I run my app on my android device
rodo
  • 1
  • 1
0
votes
1 answer

Beeware - "Unable to obtain Android emulator list" on Mac

I am trying to run an android app created by BeeWare and python on MacOS. I run briefcase run android and I get the following message Unable to obtain Android emulator list What's going on here? What can I do to find and run the emulator?
0
votes
1 answer

How do I use binary modules in Kivy or BeeWare to create an iOS app?

I am trying to make an IOS app using either Kivy or BeeWare that use the dlib, opencv-python, imutils, and scipy libraries. The libraries are binary (meaning the library have code from another programming language) and can't be compiled by mobile…
JoraSN
  • 332
  • 2
  • 14
0
votes
1 answer

Best way to replace Window in Toga (Beeware)

I'm currently trying to create a cross platform app with Beeware using Toga. I konw how to update the content in a window (I just empty everything in the box and add new content to it). But now I have the problem that I want to add entry fields…
黒성배
  • 45
  • 4
0
votes
1 answer

How do you load a file (.csv) into a Beeware/Briefcase application?

I am using kivy as the GUI and Briefcase as a packaging utility. My .kv file is in the appname/project/src/projectName/resources folder. I also need a .csv file, in the same folder, and want to use pandas with it. I have no problem with importing…
0
votes
0 answers

Unable to Change Font Size in BeeWare Label

I'm building my first BeeWare app. The app itself is destined for an Android device, and I'm developing it on a Linux (Ubuntu) machine. My problem is fairly straightforward, but no less infuriating. I can't seem to increase the font size within any…
Tom Hosker
  • 526
  • 2
  • 17
0
votes
1 answer

Why does this shell script fail, if it works when I enter each line into a terminal?

I've made a short shell script which goes like this: #!/bin/sh PROJECT_NAME="my_project" mkdir $PROJECT_NAME cd $PROJECT_NAME python3 -m venv beeware-venv source beeware-venv/bin/activate python3 -m pip install briefcase briefcase new When I run…
Tom Hosker
  • 526
  • 2
  • 17
0
votes
1 answer

Overlay all screens and draw rectangle with a mouse

I am working on tiny program to capture screen print, I want to do it in a similar fashion that Win Snipping Tool is working. First I need to overlay all screens with a 50% opacity layer and then, using the mouse, draw a rectangle and read vertices…
0
votes
1 answer

VOC error, building android app using python

I'm trying to build an android app, from Python using gradle and beeware. EDIT: I'm following tutorial 0 on the briefcase tutorial: https://briefcase.readthedocs.io/en/latest/tutorial/tutorial-0.html I have already tried switch toga versions and…
0
votes
0 answers

How to fix pip install error for all modules?

I have been trying to install beeware all day, but I keep getting the error failed with error code 1 in C:\Users\dmcga\AppData\Local\Temp\pip-install- snn9ad__\pythonnet\ Seeing that this error had something to do with pythonnet, I tried…
Demons
  • 179
  • 2
  • 14
-1
votes
1 answer

Briefcase build - Unable to load file

I am trying to create my first app using briefcase and python through Beeware. I am following the tutorial as listed on the website, however upon running briefcase build i recieve the following messages in the console: briefcase build [helloworld]…
Max Davies
  • 148
  • 10
1 2 3
4