Unable to run the app on Windows 10
Hi guys,
I've downloaded the PC version and was trying to just run it and I get the following error message.
Crypto.Cipher._AES.pyd could not be extracted!
Any idea how I could fix this issue?
My friend's PC which had upgraded from Windows 7 to 10 worked fine.
I copied the same file from his PC just in case but I still get the same error message.
The current release of SWProxy doesn't work but running the current source does work. I made a quick tutorial to run it yourself for the non tech people.
Windows tutorial, this worked in Windows 10 as well
Note: Uninstall Python 3.* if you have it and you don't want to cause any problems with installation
- Download SWProxy source, extract it somewhere: https://github.com/kakaroto/SWProxy/archive/master.zip
- Install this: https://www.python.org/downloads/release/python-279/
- Install this: https://www.microsoft.com/en-us/download/details.aspx?id=44266
- Put this into your CMD prompt: cd "C:\Python27\Scripts" && pip install yapsy pycrypto dpkt
- Right click the SWProxy.py file that was installed in step 1
- Open with: IDLE
- Click F5 while in the window with code
- Success. Should be working as normal. You are on your own from here.
This doesn't seem to work. At least not for me. I'm using the master build as of 7/25/2016.
This comment was 1 month ago. I don't know the current state of things.
Hello, I follow your steps and get the following error message at step 7
Traceback (most recent call last):
File "D:\SWProxy-master\SWProxy-master\SWProxy.py", line 3, in
How can I solve it?
@softbearlolz The current release of SWProxy works fine for me on Windows 10. Use that. Running from source isn't needed right now.
But it still doesn't work on my windows 10.
What is happening when you run this (https://github.com/kakaroto/SWProxy/releases/download/0.100/SWProxy-windows-2.zip)?
It closed immediately. I cant see anything.
If i open it by CMD, the error messages is "Crypto.Cipher._AES.pyd could not be extracted!"
Screenshot the error
On Aug 5, 2016, at 10:26 PM, softbearlolz [email protected] wrote:
It closed immediately. I cant see anything.
If i open it by CMD, the error messages is "Crypto.Cipher._AES.pyd could not be extracted!"
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
http://imgur.com/1ZjFl76
Never seen this error myself but going back to running from source.
Make sure both commands in step 4 work. I see from your errors your running from the D drive. Change the first part of step 4 to the D drive.
As it shows in the error message you pasted above...you forgot to install yapsy. make sure you installed the python packages (via PIP or any other method) listed in the requirements.txt
Thanks, I reinstalled windows 10 yesterday, and I can open it .