codon icon indicating copy to clipboard operation
codon copied to clipboard

How to compile python code that uses PyQt5?

Open arnoldjames98 opened this issue 1 year ago • 3 comments

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.

arnoldjames98 avatar Aug 03 '23 14:08 arnoldjames98

Bumping this, I have the same question/issue.

rwaelder avatar Aug 29 '23 12:08 rwaelder

I have the same question/issue.

Jeck-Liu-Create avatar Dec 17 '23 03:12 Jeck-Liu-Create

I have the same question/issue.

qlz-scut avatar Jun 21 '24 07:06 qlz-scut