-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
Cannot run built executable. TypeError: 'str' object cannot be interpreted as an integer #2123
Comments
Before you run an app in fully packaged mode, it's helpful to run it in dev mode:
That is - your app is configured incorrectly. You've configured an app named |
Why didn't |
I knew I had seen this before: beeware/toga#2823 (comment) It might be reasonable to update the stub app to predict if |
I was thinking that if an app doesn't start under
|
Describe the bug
The executable created by briefcase cannot be run.
I see the following error:
Steps to reproduce
briefcase create
,cp CHANGELOG.md CHANGELOG
,briefcase build
briefcase run
Expected behavior
The application should run.
Screenshots
No response
Environment
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: