Comment 42 for bug 30344

Revision history for this message
SqUe (sque) wrote :

In gutsy I installed with synaptic and I cant start with this error:
Traceback (most recent call last):
  File "/usr/bin/gaphor", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

after installing python-setuptools something like that (can't remember exactly) I am getting new error!

Traceback (most recent call last):
  File "/usr/bin/gaphor", line 8, in <module>
    load_entry_point('gaphor==0.10.4', 'console_scripts', 'gaphor')()
  File "/var/lib/python-support/python2.5/gaphor/__init__.py", line 75, in main
    import ui
  File "/var/lib/python-support/python2.5/gaphor/ui/__init__.py", line 18, in <module>
    import stock
  File "/var/lib/python-support/python2.5/gaphor/ui/stock.py", line 9, in <module>
    from gaphor import UML
  File "/var/lib/python-support/python2.5/gaphor/UML/__init__.py", line 3, in <module>
    from gaphor.UML.uml2 import *
  File "/var/lib/python-support/python2.5/gaphor/UML/uml2.py", line 3, in <module>
    from properties import association, attribute, enumeration, derivedunion, redefine
  File "/var/lib/python-support/python2.5/gaphor/UML/properties.py", line 30, in <module>
    from zope import component
ImportError: cannot import name component

Can't understand why there isn't a proper version of gaphor so many dist versions now, this package must be reviewed by someone plz