peircej / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

Can't run on Gentoo linix #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Steps:
1. download jbrout_0.3.284.tar.gz
2. run jbrout/jbrout.py
3. ImportError

Output:
$ ./jbrout.py 
Traceback (most recent call last):
  File "./jbrout.py", line 70, in <module>
    from jbrout.conf import JBrout,Conf
  File "/tmp/jbrout/jbrout/conf.py", line 20, in <module>
    from db import DBPhotos,DBTags
  File "/tmp/jbrout/jbrout/db.py", line 16, in <module>
    from lxml.etree import Element,ElementTree
ImportError: No module named lxml.etree

Original issue reported on code.google.com by xor...@gmail.com on 12 Oct 2010 at 7:42

GoogleCodeExporter commented 8 years ago
You need "python-lxml" package

Original comment by manat...@gmail.com on 12 Oct 2010 at 8:00

GoogleCodeExporter commented 8 years ago
I close it.
It's not really an issue ... It's a dependancy trouble ;-)

here is the currents dependancies :
python, python-lxml, python-gtk2, python-glade2, python-imaging, python-pyexiv2 
(>=0.1.2), exiftran, libimage-exiftool-perl

(see control file in the deb)

Original comment by manat...@gmail.com on 14 Oct 2010 at 9:39