Skip to content Skip to sidebar Skip to footer

Is There An Equivalent Of Pymongo For Python 3.2?

I attempted to install pymongo to my Windows box with Python 3.2 through easy_install, only to find that it will not install due to incompatibilities with Python 3.2. Therefore, is

Solution 1:

Edit: this answer is outdated. PyMongo now officially supports Python 3.


The answer was already given in comments, but I'll provide a comprehensive summary nontheless:

Solution 2:

Starting with the 2.2 release PyMongo supports python 3.x where x >= 1.

http://pypi.python.org/pypi/pymongo

Solution 3:

http://api.mongodb.org/python/current/python3.html

Via freenode and #web.

Post a Comment for "Is There An Equivalent Of Pymongo For Python 3.2?"