venom icon indicating copy to clipboard operation
venom copied to clipboard

Problem setting up pytohn 2.6.6

Open StavPang opened this issue 7 years ago • 1 comments

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?

StavPang avatar Jul 16 '18 08:07 StavPang

i need more information about this error (screenshots are a good help).. read this link that migth help you




lets install all things manually (32bits systems)..


  • 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
    

sceenshot

r00t-3xp10it avatar Sep 13 '18 21:09 r00t-3xp10it