-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
another traceback #9
Comments
when i run on admin cmd, it gives the same error but on a different file |
I think this is not a bug... You have installed the project as a python project and you launch it with |
Can you explain me how you have start the SpyWare and confirm me you have used |
just using "python spyware --install" |
Okay so your To start your command you should have a python installed, this project may be used on a victim computer, without any python interpreter installed, this is the reason why i add a compiled version in the releases. You should use the |
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare.exe_main.py", line 7, in
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 576, in main
install()
File "C:\Users\Nice\AppData\Local\Programs\Python\Python311\Lib\site-packages\SpyWare\SpyWare.py", line 410, in install
rename(executable, path)
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'C:\Users\Nice\AppData\Local\Programs\Python\Python311\Scripts\SpyWare' -> 'C:\Users\Nice\AppData\Roaming\SoliderSound\web-ext'
The text was updated successfully, but these errors were encountered: