Kevin Turcios
Kevin Turcios
this was actually fixed in 2.3.4
i had initially tried that, but it ended up crashing the exe on startup. the YAML i sent is what i finally got nuitka to build and run without crashing...
the runtime / import error being ``` Traceback (most recent call last): File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 664, in _load_unlocked...
never mind, i'm wrong, seems like it was a misconfiguration of the yaml, works via ```yaml - module-name: 'aspose.email' implicit-imports: - depends: - 'aspose.pyreflection' - 'aspose.pygc' dlls: - from_filenames: relative_path:...
this actually was fixed on an earlier version of nuitka.
@ArtBIT can you open a new issue with a minimal reproducible example? thank you.
fixed and merged previously.
the MRE works nowadays, but i'm not sure if this issue should be closed, up to you.
``` Nuitka: Launching 'main.dist\main.exe'. Traceback (most recent call last): File "C:\Users\NUITKA~1\Desktop\NUITKA~2\test\MAIN~1.DIS\main.py", line 15, in File "C:\Users\NUITKA~1\Desktop\NUITKA~2\test\MAIN~1.DIS\win32com\server\register.py", line 642, in UseCommandLine File "C:\Users\NUITKA~1\Desktop\NUITKA~2\test\MAIN~1.DIS\win32com\server\register.py", line 457, in RegisterClasses File "C:\Users\NUITKA~1\Desktop\NUITKA~2\test\MAIN~1.DIS\win32com\server\register.py", line 213,...
> Seems they changed the code, I have made it more robust, but I didn't test it, can you do it @KRRT7 ? > > Thanks for your report, this...