problem when generating payloads "Internal error: early pywin32 import was introduced"
tueloup opened this issue · 3 comments
tueloup commented
Hello
everyhting used to work previously, I just updated to latest version and now when generating a payload
I get the following error
[] Creating Payload using Pyinstaller...
[] Error In Creating Payload... Exiting..
Internal error: early pywin32 import was introduced
I already tried to reinstall with ./setup.sh -r
Do you have a clue ? Thanks in advance
Charliedean commented
Without wine winpayloads won't work. I will look in to this issue later as am busy now
Charliedean commented
Actually it seems like an issue with pyinstaller. https://stackoverflow.com/questions/45411660/internal-error-pywin32-with-pyinstaller
Try downgrading. I will update the setup soon so I downloads an older version
Charliedean commented