仮想環境を使用しています。これらのパッケージを使用して pymongo をインストールしました。
https://github.com/django-nonrel/django-1.4
https://bitbucket.org/wkornewald/djangotoolbox/get/tip.tar.gz
https://github.com/django-nonrel/mongodb-engine/tarball/master
これは私が得ているエラーです:
Traceback (most recent call last):
File "C:\virtual\please\lib\site-packages\djangotoolbox\db\base.py", line 94,
in __init__
super(NonrelDatabaseOperations, self).__init__()
TypeError: __init__() takes exactly 2 arguments (1 given)