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
{{ message }}
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
~> sudo wifi-pumpkin
[sudo] password for REDACTED:
Traceback (most recent call last):
File "/usr/bin/wifi-pumpkin", line 31, in <module>
check_dep_pumpkin()
File "/home/REDACTED/Development/gitClones/WiFi-Pumpkin/Core/loaders/checker/check_depen.py", line 28, in check_dep_pumpkin
copy('Settings/source.tar.gz','Templates/')
File "/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'Settings/source.tar.gz'
exit 1
changing "Settings/source.tar.gz" and "Templates/" in check_depen.py, line 28
copy('Settings/source.tar.gz','Templates/')
to absolute paths could be possible fix .
The text was updated successfully, but these errors were encountered:
changing "Settings/source.tar.gz" and "Templates/" in check_depen.py, line 28
copy('Settings/source.tar.gz','Templates/')
to absolute paths could be possible fix .
The text was updated successfully, but these errors were encountered: