JamesOldfield
JamesOldfield
I have found the Trio (0.19.0, on Windows) works fine in Nuitka (0.6.18) when I disable keyboard interupt handling in Trio. So at least @remdragon's issue has been fixed. To...
# Dynamic loading from C++ > Maybe when the importlib.import_module static optimization is working, and it seems it does for simple cases, we can attempt to also detect DLL loads...
A little off topic but for the curious: I recall a similar problem with [vcpkg](https://github.com/microsoft/vcpkg), which is a C++ package manager. One of its features it that it automatically walks...
You mean "example.avi"? Any video file that you have the codec for on your computer would do. For example, any from [this page](https://www.engr.colostate.edu/me/facil/dynamics/avis.htm) (I just searched for "example AVI") would...
As I just noted over on python-trio/trio#1752, it is possible to use Trio and Nuitka togetherr by hacking just a few lines of code in Trio. It does disable Trio's...
Thanks for the quick response Kay. I should note this issue is no longer affecting me thanks to the workaround I included. (In a sense, that signal handler is probably...
@jimkring Did you try the trio plugin for Nuitka that I wrote? It comes with Nuitka so you don't need to install anything, just enable it. I haven't tried it...