Reputation: 17
I used: nuitka --standalone script.py After this command I got folder with exe file and another files, as in pyinstaller The problem is that when creating an exe through pyinstaller, you can get back the source code using uncompyle6. When creating an exe via nuitka --standalone, there is no base_library.rar, as in pyinstaller, where is the code in the pyc file. How do I get the source code? My english so bad, I used google translater
Realizing that the pyc file with the code is nowhere to be found, I decided that it was in the exe file (as pyinstaller --onefile), I tried pyinstxtractor.py however nothing happened
Upvotes: 0
Views: 3029