Package: python-gridfs
Version: Missing dependency on python-pymongo
Severity: important
Hi,
it appears python-gridfs is missing a dependency on python-pymongo, rendering
the package
unusable.
% apt-get install python-gridfs
% python
Python 2.7.3 (default, Jun 15 2012, 15:26:07)
[GCC 4.7.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gridfs
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/gridfs/__init__.py", line 23, in
<module>
from gridfs.errors import (NoFile,
File "/usr/lib/python2.7/dist-packages/gridfs/errors.py", line 17, in <module>
from pymongo.errors import PyMongoError
ImportError: No module named pymongo.errors
After installing python-pymongo this error does not happen.
-ch
-- System Information:
Debian Release: 6.0.5
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]