exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
15.01k stars 517 forks source link

How to compile python code that uses PyQt5? #436

Open arnoldjames98 opened 1 year ago

arnoldjames98 commented 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.

rwaelder commented 1 year ago

Bumping this, I have the same question/issue.

Jeck-Liu-Create commented 9 months ago

I have the same question/issue.

qlz-scut commented 3 months ago

I have the same question/issue.