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

Replace Tkinter code with pyQt code in fpdb_prerun.py #32

Open
astephane opened this issue Jan 19, 2017 · 2 comments
Open

Replace Tkinter code with pyQt code in fpdb_prerun.py #32

astephane opened this issue Jan 19, 2017 · 2 comments

Comments

@astephane
Copy link

Replace Tkinter code with pyQt code in fpdb_prerun.py in order to remove Tkinter dependency.

@philroberts
Copy link
Owner

I think the point of fpdb_prerun is to check that dependencies are installed. Dependencies like pyQt. (of course, it is not safe to assume the tkinter works, either, but I didn't write this stuff.)

@astephane
Copy link
Author

Sure, it's like a booststrap mechanism: no Qt UI packages are present, another Tk UI package is used to display in a window (usefull on Windows not so on Linux because we could simply trace to the console).

A better way to remove Tkinter could be to trace to the error log file and/or simply let Python module exception be raised and stop execution.

In deed, I installed Tkinter and I think this issue is not urgent.

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