File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,23 @@ setuptools, then run it from the command prompt as follows:
5454The last step assumes that Python was installed to its default
5555location.
5656
57- 3) Install ebaysdk:
57+ 3) Install pycurl:
58+
59+ This could be complicated because pycurl requires libcurl to be
60+ installed. Since this is a native library, this can't be installed
61+ using pip or easy_install. Luckily Christoph Gohlke has pre-complied
62+ many common libraries for Python on Windows, including 32- and 64-bit
63+ versions.
64+
65+ Simply visit this site:
66+
67+ http://www.lfd.uci.edu/~gohlke/pythonlibs/
68+
69+ Then download and install the appropriate version of pycurl for Python
70+ 2.7. Use the amd64 version if you are running 64-bit
71+ Python. Otherwise, use the win32 version.
72+
73+ 4) Install ebaysdk:
5874
5975Download and extract the zipball, or clone the ebaysdk-python
6076repository. Then open the Command Prompt and change to the root
You can’t perform that action at this time.
0 commit comments