I want to try out this project: https://github.com/rosarior/django-inventory
But PAW does not have all the required modules, and when I tried to PIP the first missing one, I got the dreaded "where's Zope?" error. Then I deactivated
my Virtualenv to see if it is installed in the main system.
(django15)12:46 ~/Dropbox/pythononline/django-inventory $ pip django-photologue
Traceback (most recent call last):
File "/home/rcooke/.virtualenvs/django15/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
File "/home/rcooke/.virtualenvs/django15/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2623, in <module>
File "/home/rcooke/.virtualenvs/django15/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 679, in subscribe
File "/home/rcooke/.virtualenvs/django15/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2623, in <lambda>
File "/home/rcooke/.virtualenvs/django15/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2172, in activate
File "/home/rcooke/.virtualenvs/django15/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1776, in declare_namespace
ImportError: No module named zope
(django15)12:50 ~/Dropbox/pythononline/django-inventory $ deactivate
12:51 ~/Dropbox/pythononline/django-inventory $ python
Python 2.7.3 (default, Mar 5 2013, 16:45:56)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django_photologue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named django_photologue
>>> import photologue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named photologue
django-inventory production modules:
- Django==1.2.4
- PIL==1.1.7
- South==0.7.3
- distribute==0.6.10
- django-photologue==2.3
- django-pagination==1.0.7
- wsgiref==0.1.2
- yolk==0.4.1
django-inventory development modules:
- Django==1.2.4
- PIL==1.1.7
- South==0.7.3
- Werkzeug==0.6.2
- distribute==0.6.10
- django-extensions==0.6
- django-photologue==2.3
- django-rosetta==0.5.6
- django-pagination==1.0.7
- wsgiref==0.1.2
- yolk==0.4.1