leojay
leojay
Another problem I encountered is that, when compiling ```t.py```, if I add ```--follow-import-to=trio```, the compiled program crashes with a different error: ``` $ python -m nuitka --follow-import-to=trio t.py Nuitka:WARNING:Not recursing...
Hi, I managed to reproduce the second problem with relatively simple code. Here is my code structure: ``` $ tree . ├── a │ ├── b │ │ ├── c.py...
Any updates on this? ETA?
I just tried with ``` Nuitka==0.6.9.3 trio==0.17.0 ``` on my Ubuntu 20.04 machine with Python 3.8.5. This time, I could compile the `t.py`, but failed to run the result file:...