codon
codon copied to clipboard
How to compile python code that uses PyQt5?
I have code with imports like:
from PyQt5 import QtWidgets, QtCore, uic
from PyQt5.QtWidgets import *
But am not sure how to change this so I can compile with Codon. For all other imports I just prepend "from python" but of course this doesn't work.
Bumping this, I have the same question/issue.
I have the same question/issue.
I have the same question/issue.