We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2022-08-01 11:14 AM
Dear Graphisoft Community,
I was wondering if it is possible to compile python scripts into .exe files and get it to work.
I tried different "compilers" for python like 'pyinstaller' or 'nuitka', but the compiled scripts don't work (it seems like they can't gest past the "conn = ACConnection.connect()" line).
Is there a way to circumvent this or are executable scripts bound to fail?
Dear Regards
Dayiz
2022-08-03 12:34 PM
I tried it with auto-py-to-exe and was also kept getting an AssertionError after