activepython

Install pyCurl in ActivePython-2.6?

I have worked with pyCurl in the past and have it working with my system default python install. However, I have a project that requires python to be more portable and I am using ActivePython-2.6. I have had no problems installing any other modules so far, but am getting errors installing pyCurl. The error: Searching for pycurl Readi...

Why does ActivePython exist?

What's ActivePython actually about? From what I've read it's just standard Python with openssl and pyWin32 (on Win). No big deal I guess, I could install them in matter of minutes, and most people don't need them anyway. All other mentioned libraries (zlib, bzip2, sqlite3, Tkinter, ElementTree, ctypes, multiprocessing) are part of core...

Does Subversion *Really* Require ActivePython?

It is listed as a requirement, but I'd rather not install it since I already have Python 3.1.1 installed. If I must, are there any issues with the two Python versions co-existing (on Windows)? From the ReadMe: http://www.collab.net/nonav/downloads/subversion/readme/svn1.6%5Fserver%5Fclient%5Fwindows.html CollabNet Subversion Server and...

Which python installation should I use?

I'm about to refresh myself in programming and I have decided on Python 2.6 for that. I have searched the net and it gave me two possible installers for download. One is from the Python site and another is from Activestate. Which one should I install on my Windows computer? ...