We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6462e65 commit bbf24c6Copy full SHA for bbf24c6
init.py
@@ -24,7 +24,7 @@ def system_install():
24
if system == 'Windows':
25
path = os.path.join(os.getcwd(), 'venv', 'scripts', 'activate_this.py')
26
execfile(path, dict(__file__=path))
27
- subprocess.call(['easy_install', "http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe'])
+ subprocess.call(['easy_install', "http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win-amd64-py2.7.exe"])
28
install_depends()
29
else:
30
path = os.path.join(os.getcwd(), 'venv', 'bin', 'activate_this.py')
0 commit comments