We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83dd02 commit 8d9fb9fCopy full SHA for 8d9fb9f
setup/setup.py
@@ -4,5 +4,5 @@
4
os.system('sudo apt-get install wine')
5
os.system('sudo apt-get install winetricks')
6
os.system('pip install distorm3')
7
-os.system('wine msiexec /i python-3.4.3.msi /L*v log.txt')
8
-os.system('wine /root/.wine/drive_c/Python34/python.exe /root/.wine/drive_c/Python34/Scripts/pip.exe install pyinstaller')
+#os.system('wine msiexec /i python-3.4.3.msi /L*v log.txt')
+#os.system('wine /root/.wine/drive_c/Python34/python.exe /root/.wine/drive_c/Python34/Scripts/pip.exe install pyinstaller')
0 commit comments