I tried installing pymongo in a Windows window with Python 3.2 through easy_install , but found that it would not be installed due to incompatibility with Python 3.2.
Therefore, is there an equivalent pymongo that will work with Python 3.2? MongoDB is an integral part of the application that I developed in Python 2.7, and for the transition to Python 3.2 I will need to maintain this interactivity.
Thanks!
Jonathan chan
source share