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

modules not found #460

Closed Zibri closed 1 year ago

Zibri commented 1 year ago

test.py:4:8-14: error: no module named 'socket' test.py:6:8-14: error: no module named 'signal' test.py:7:6-13: error: no module named 'hashlib'

arshajii commented 1 year ago

Hi @Zibri -- Codon does not yet support some parts of the Python standard library natively, but you can still access these via Python interoperability.