regenwolken
regenwolken copied to clipboard
AttributeError: 'module' object has no attribute 'Connection'
So trying this on Linux and getting:
keith@sea:~/tmp$ regenwolken &
[1] 5264
keith@sea:~/tmp$ /usr/lib/python2.7/dist-packages/pkg_resources.py:1031: UserWarning: /home/keith/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable).
warnings.warn(msg, UserWarning)
Traceback (most recent call last):
File "/usr/local/bin/regenwolken", line 9, in
Any ideas?
pymongo.Connection
has been removed in 2.4 or higher. Try with an older version of PyMongo.