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

Gooey freezing and not showing simple print statements #903

Open
bellaroylediegesis opened this issue Feb 13, 2024 · 1 comment
Open

Gooey freezing and not showing simple print statements #903

bellaroylediegesis opened this issue Feb 13, 2024 · 1 comment

Comments

@bellaroylediegesis
Copy link

Hi, i don't have much experience with Gooey, but i have a client that has an existing application that uses it and after research i have no idea what is causing the issues!

Windows 10 OS
Python Version 3.8
Gooey Version 1.0.8.1

I have a program that converts xml files to txt. Gooey is used simply to select the files to run with, then to display progress messages through simple print statements. The issue is the output keeps freezing, at roughly (but not exactly) the same spot, even though the underlying code continues to run. Even when the underlying code has completed, it just stays as frozen / not responding.

I tried reducing no of print statements and adding sys.stdout.flush() after each print, incase the standard out buffer is getting full, but it did not help.

what is strange is there are two systems that run this program, on one it freezes and on the other it doesnt. The code is exactly the same, and so is the python version. I believe the gooey version is also the same but that needs to be double checked.

Appreciate any suggestions! Thanks!

@elad-eyal
Copy link
Contributor

I bet running without gooey you'll see the same behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants