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

DeprecationWarning: 'exec_' #5

Open
pramach opened this issue Oct 26, 2021 · 2 comments
Open

DeprecationWarning: 'exec_' #5

pramach opened this issue Oct 26, 2021 · 2 comments

Comments

@pramach
Copy link

pramach commented Oct 26, 2021

On App start I get warning DeprecationWarning: 'exec_' will be removed in the future. Use 'exec' instead.

Just for info

Python 3.9

@zpfz
Copy link

zpfz commented Nov 19, 2021

Open main.py, find the line 206, change sys.exit(app.exec_()) to sys.exit(app.exec()) .

@pramach
Copy link
Author

pramach commented Dec 19, 2021

Yes I know and did it already.
As written above, it was just for info for the developer

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