Anyone gotten this working under windows.
I get this error:
Traceback (most recent call last):
File "cryptoSwitcher.py", line 13, in <module>
from PyCryptsy import PyCryptsy
File "./PyCryptsy/PyCryptsy.py", line 25, in <module>
import pycurl
ImportError: No module named pycurl
I have tried to install pycurl, but I keep getting errors, is there anyone that has a curl (that pycurl works with) that will share ?
I usually work with Linux, but am working on getting Python on Windows to the point where it'll run CryptoSwitcher. In the meantime, you might give the PyCurl builds on this page a shot:
http://www.lfd.uci.edu/~gohlke/pythonlibs/Edit: Confirmed working with the following configuration on Windows 7 Professional for AMD64:
Python 2.7.5 (install with default options)
http://www.python.org/download/releases/2.7.5/setuptools
https://pypi.python.org/pypi/setuptools/0.7.4#windows open administrator command prompt, then install with
python ez_setup.py
pip, PyCurl, NumPy, simplejson
http://www.lfd.uci.edu/~gohlke/pythonlibs/ Make sure c:\Python27 and c:\Python27\Scripts are in your PATH, then open an administrator command prompt and install beautifulsoup4:
pip install beautifulsoup4
urllib2 appears to be part of the base Python install, so with everything above installed, CryptoSwitcher should fire up.