Skip to content
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

Only one instance of Flet can be run at a time #249

Closed
abulka opened this issue Aug 29, 2022 · 3 comments
Closed

Only one instance of Flet can be run at a time #249

abulka opened this issue Aug 29, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@abulka
Copy link

abulka commented Aug 29, 2022

When you run a Flet application, then try to also run another Flet application e.g.

python drag1.py
python example2.py

only the first application runs. The second application is blocked because the first one is running.

Ideally it should be possible to run multiple Flet applications on a computer at the same time.

Even Flet executables created with Pyinstaller suffer this same limitation.

@FeodorFitsner
Copy link
Contributor

What OS is that?

@abulka
Copy link
Author

abulka commented Aug 30, 2022

MacOS. Monterey.

@FeodorFitsner
Copy link
Contributor

Hm, indeed there is -n option that allows mutliple instances: https://ss64.com/osx/open.html
Flet uses open to run Flet.app bundle.
Let's make it a bug.

@FeodorFitsner FeodorFitsner added bug Something isn't working status: working on it Working on a fix for the issue labels Aug 30, 2022
@FeodorFitsner FeodorFitsner removed the status: working on it Working on a fix for the issue label Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants