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

BUG: cx_Freeze: Python error in main script #43

Open
MesterPerfect opened this issue Aug 25, 2022 · 0 comments
Open

BUG: cx_Freeze: Python error in main script #43

MesterPerfect opened this issue Aug 25, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@MesterPerfect
Copy link

When I click on Exit in the program this error appears


cx_Freeze: Python error in main script

Traceback (most recent call last):
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\Lib\site-packages\cx_Freeze\initscripts_startup_.py", line 120, in run
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\Lib\site-packages\cx_Freeze\initscripts\Console.py", line 16, in run
File "wit_transcriber\gui\app.py", line 20, in
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\site-packages\click\core.py", line 1130, in call
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\site-packages\click\core.py", line 1055, in main
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\site-packages\click\core.py", line 1404, in invoke
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\site-packages\click\core.py", line 760, in invoke
File "wit_transcriber\gui\app.py", line 10, in gui
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\asyncio\runners.py", line 44, in run
File "C:\hostedtoolcache\windows\Python\3.10.6\x64\lib\asyncio\base_events.py", line 644, in run_until_complete
RuntimeError: Event loop stopped before Future completed.


OK

@yshalsager yshalsager added the bug Something isn't working label Sep 2, 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