Open StavPang opened 6 years ago
i need more information about this error (screenshots are a good help)..
install winrar under: /root/.wine/drive_c/Program Files/WinRAR
1º - cd venom-main/bin 2º - wine install_winrar_wine32.exe
install pyinstaller under: /root/.wine/drive_c/pyinstaller-2.0
1º - cd venom-main/obfuscate 2º - tar -xf pyinstaller.tar.gz 3º - cd pyinstaller 4º - mv pyinstaller-2.0 /root/.wine/drive_c/pyinstaller-2.0
install python26 + pywin32-220 under: /root/.wine/drive_c/Python26/
1º - cd venom-main/obfuscate 2º - tar -xf pyinstaller.tar.gz 3º - cd pyinstaller 4º - wine msiexec /i python-2.6.6.msi 5º - wine pywin32-220.win32-py2.6.exe
config settings file under: venom-main/
remmenber to config the local variable: WINE_DRIVEC= 1º - WINE_DRIVEC=/root/.wine/drive_c
I try to set up the directory in python 2.6.6 from the script and I get this error in the terminal:
0026:err:msi:ACTION_CallDllFunction failed to load dll L"C:\\users\\root\\Temp\\msic5e7.tmp" (193)
Can someone help me please?