-
Notifications
You must be signed in to change notification settings - Fork 49
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
how this script used ? #18
Comments
It's located at README.md .
Basically, you look for a module that uses PyQt4, and then point this script to this module. python -m pyqt4topyqt5.py pyqt4app But if you want it with another output, use -o option python -m pyqt4topyqt5.py pyqt4app -o pyqt5name |
The syntax used leads to an error, how would someone go about run the script? The comments in the script are few and not helpful. |
Yeah, i think the description would be better if they included "python -m", like that:
Still, the syntax is kinda easy to use. If you find any errors, opening an new issue would be helpful. |
hi, i have the same issue : i tryed different command line, after placing the script in the same folder with source for V4QT programme. C:> python -m pyqt4topyqt5.py pyqt4app -o pyqt5name |
hi
can you explain step by step how this script used ?
The text was updated successfully, but these errors were encountered: