Crypter icon indicating copy to clipboard operation
Crypter copied to clipboard

Builder.pyw

Open jmoney24244 opened this issue 3 years ago • 3 comments

./Builder.pyw ./Builder.pyw: line 4: $'\n@summary: Crypter Build script. Invokes the Crypter Exe Builder\n@author: Sithis\n': command not found ./Builder.pyw: line 7: import: command not found ./Builder.pyw: line 8: import: command not found ./Builder.pyw: line 9: from: command not found ./Builder.pyw: line 12: PY_MAJ_VERSION: command not found ./Builder.pyw: line 13: PY_MIN_VERSION: command not found ./Builder.pyw: line 15: syntax error near unexpected token (' ./Builder.pyw: line 15: def showErrorDialog(message):' i got the shit from the setup already what do i do? i tried Builder.pyw by its self already and i tried using the ./setup.py

ALSO ERROR: Could not find a version that satisfies the requirement pywin32==227 (from -r requirements.txt (line 10)) (from versions: none) ERROR: No matching distribution found for pywin32==227 (from -r requirements.txt (line 10))

im hope you guys answer becuase i wanna donate

jmoney24244 avatar Nov 22 '20 01:11 jmoney24244

Hey, are you running on Linux or Windows? it looks you might be on a non-Windows OS and Crypter is only supported on Windows at the moment

sithis993 avatar Nov 24 '20 11:11 sithis993

I have this same error but I'm on Kali Linux, so this would explain the problem for me

Morsmalleo avatar Nov 30 '20 02:11 Morsmalleo

ok so to solve the problem just install pywin with the command pip install pywin after install wx with the command pip install pypubsub and pip install pyinstaller and pip install pycrypto and pip install wxPython. after that just run builder.pyw

LeFaucheur0769 avatar Jul 11 '22 20:07 LeFaucheur0769