Open arnoldjames98 opened 1 year ago
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 code with imports like:
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.