I'm trying to install the braintree python module, which requires M2Crypto. I've addded the /usr/include/openssl dir to my ~/.pydistutils.cfg file, as described here, but now I'm getting the following error:
I have I'm not sure what to do at this point, any suggestions would be appreciated. asked 13 Jan '11, 11:05 CLawlor |
I spent a while debugging this and I discovered the files it wants are actually missing from the tarbal they provide but are in the SVN repo, Tarball
SVN source
I was able to get past the above error by checking out everything in the SWIG directory manually. answered 13 Jan '11, 18:45 johns Thanks, that did the trick!
(13 Jan '11, 20:23)
CLawlor
Hi, I am having the same issue. Can you tell me how to check out everything in the SWIG directory manually?
(07 May '12, 02:44)
xpanta
1
You can check out the svn repository using:
the SWIG directory will be contained within.
(07 May '12, 02:50)
ryans ♦♦
|
It worked for me by adding to ~/.pydistutils.cfg file:
answered 14 Nov '12, 19:38 Baron |