-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiled app crashing on startup #3
Comments
Hi,
It was actually descrtibed in the guide. You need to modify your PySide6 installation. I hope you have it installed through virtualenv. If yes, then you just need to go inside your virtual environment folder and then into |
Thanks for your help, I really appreciate it! I used your wheels with the tutorial from here. I'll try your tutorial tomorrow and update this thread. |
Here is my process (I am using Ubuntu 22.04):
The app crashes on startup. I think this may have to do with my project structure, it might not be importing all the modules. In my main.py file, I am adding libraries outside of the directory to PATH. My directory looks like this:
Here is the log from
|
You did everything right. It's an error from Android. I would recommend you to use Pyside 6.7.2. I will compile the wheels in the evening (in 3-4 hours) and then you can try with them :) Edit: I won't make it the next hour. Please wait a bit more, but I'll do it this session |
Sounds good, thank you! |
So I've released 6.7.2 now. Although when I tried to start my App with them I got an error, but it was different than yours and I think this error is more related to my app being just very weird xD. But to be honest, this whole Android project is very experimental and still not in a good state. When Qt started this last year in April I really had a lot of hope, but it didn't work. Nothing worked, not even their install script. And it doesn't work 1 year later if you don't know that you need to set the --verbose flag. Hopefully they fix that at some point... Good luck. |
Yeah, lots of potential but the whole release seems very rushed and untested. I don't think anyone is actually using it right now. I tried your new wheels but same thing, app crashes on startup with the same error. I'll tinker some more with my project and see if I can get it to work, thanks so much for your help! |
Hi, since Qt has released Version 6.8 a lot of things got better. Maybe you could try again xD (just to remind you lol) |
Hi Johannes, thanks for building these wheels. I have two questions:
The text was updated successfully, but these errors were encountered: