+ 2
Best way convert python 3.5 to exe in linux
i getting sick because using pyinstaller, py2exe, cxfreeze. none of them work. when using pyinstaller to convert my script, and i execute it in windows 10, its said: not compatible with system. really need help.thanx
2 ответов
+ 2
pyinstaller module
use pip install pyinstaller
then use it to convert to exe
;)