Replies: 1 comment 2 replies
-
I’ve seen PyInstaller in passing, I skipped over it because I didn’t think it would work. I’ve seen PyImport_ImportFrozenModule and PyImport_ImportFrozenModuleObject in the API |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have you considered the possibility of loading a python module/package compiled into .exe into Autocad (e.g. using
pyinstaller
)?Beta Was this translation helpful? Give feedback.
All reactions