You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, i'm using Winpayloads at Kali Linux and
I've got this error:
[!] Error while creating payload...
Traceback (most recent call last):
File "/opt/pyinstaller/pyinstaller.py", line 14, in
from PyInstaller.main import run
File "Z:\opt\pyinstaller\PyInstaller_main_.py", line 21, in
import PyInstaller.building.build_main
File "Z:\opt\pyinstaller\PyInstaller\building\build_main.py", line 32, in
from ..depend import bindepend
File "Z:\opt\pyinstaller\PyInstaller\depend\bindepend.py", line 38, in
from ..utils.win32.winmanifest import RT_MANIFEST
File "Z:\opt\pyinstaller\PyInstaller\utils\win32\winmanifest.py", line 97, in
from PyInstaller.utils.win32 import winresource
File "Z:\opt\pyinstaller\PyInstaller\utils\win32\winresource.py", line 20, in
import pywintypes
ImportError: No module named pywintypes
The text was updated successfully, but these errors were encountered:
Hello, i'm using Winpayloads at Kali Linux and
I've got this error:
[!] Error while creating payload...
Traceback (most recent call last):
File "/opt/pyinstaller/pyinstaller.py", line 14, in
from PyInstaller.main import run
File "Z:\opt\pyinstaller\PyInstaller_main_.py", line 21, in
import PyInstaller.building.build_main
File "Z:\opt\pyinstaller\PyInstaller\building\build_main.py", line 32, in
from ..depend import bindepend
File "Z:\opt\pyinstaller\PyInstaller\depend\bindepend.py", line 38, in
from ..utils.win32.winmanifest import RT_MANIFEST
File "Z:\opt\pyinstaller\PyInstaller\utils\win32\winmanifest.py", line 97, in
from PyInstaller.utils.win32 import winresource
File "Z:\opt\pyinstaller\PyInstaller\utils\win32\winresource.py", line 20, in
import pywintypes
ImportError: No module named pywintypes
The text was updated successfully, but these errors were encountered: