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

PyQt5 #9

Open
ghost opened this issue May 27, 2019 · 2 comments
Open

PyQt5 #9

ghost opened this issue May 27, 2019 · 2 comments

Comments

@ghost
Copy link

ghost commented May 27, 2019

Would be great to have a PyQt5 version, I'm having 23483 problems installing pyqt4 on Mojave

@liriver
Copy link

liriver commented May 16, 2020

When you have PyQt5 installed, just change the following lines in pygrun
from

# for GUI
from PyQt4.QtCore import *
from PyQt4.QtGui import *

to

# for GUI
from PyQt5.QtCore import *
from PyQt5.QtGui import *
from PyQt5.QtWidgets import *

@ghost
Copy link

ghost commented Feb 3, 2021

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

1 participant