Open jul opened 12 years ago
Pymongo is listed as dependence in setup.py, which tools do you use to install picomongo (pip, python setup.py). It seems that pymongo has moved objectif from pymongo modle to pymongo, which pymongo version do you use? Anyway it's just imported in test file, it should not be a problem. Thanks for testing
So it is a false positive then.
2.3
$ python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pymongo as pm
>>> pm.version
'2.3'
virtualenv with py2.7
install command used:
1- requirements seems to be missing pymongo. 2- And while trying to run tests: