brunolojor / jbrout

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

cannot run on jaunty, as downloaded from svn #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout the trunk
2. cd to the jbrout dir 
3. ./jbrout.py

What is the expected output? 
Launch the jbrout app

What do you see instead?
arno@arno-laptop:~/tmp/jbrout-0.3/jbrout-read-only/jbrout$ ./jbrout.py 
/home/arno/tmp/jbrout-0.3/jbrout-read-only/jbrout/jbrout/tools.py:67:
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message=m
Traceback (most recent call last):
  File "./jbrout.py", line 70, in <module>
    from jbrout.conf import JBrout,Conf
  File "/home/arno/tmp/jbrout-0.3/jbrout-read-only/jbrout/jbrout/conf.py",
line 20, in <module>
    from db import DBPhotos,DBTags
  File "/home/arno/tmp/jbrout-0.3/jbrout-read-only/jbrout/jbrout/db.py",
line 30, in <module>
    from tools import PhotoCmd,supportedFormats
  File "/home/arno/tmp/jbrout-0.3/jbrout-read-only/jbrout/jbrout/tools.py",
line 84, in <module>
    class _Command:
  File "/home/arno/tmp/jbrout-0.3/jbrout-read-only/jbrout/jbrout/tools.py",
line 117, in _Command
    raise CommandException(err)
jbrout.tools.CommandException

What version of the product are you using? On what operating system?

svn up says: At revision 269
2.6.28-15-generic
Description:    Ubuntu 9.04 jaunty
python  and all other packages on the system are at current.

Please provide any additional information below.
I never got the 0.3x working, but 0.2 does. I'm aware that it's a different
branch. The 0.3 branch is of course downloaded to a different directory
than the 0.2.

Original issue reported on code.google.com by arnot...@gmail.com on 9 Sep 2009 at 4:56

GoogleCodeExporter commented 8 years ago
Do you have pyexiv and exiftool installed as this may be what is causing the 
error.  

Original comment by r...@wallace.gen.nz on 10 Sep 2009 at 1:19

GoogleCodeExporter commented 8 years ago
As suggested in issue 119, I think tools.py (and other files) should be 
corrected so
as to raise an exception with the correct message. 

Original comment by chartier...@gmail.com on 17 Sep 2009 at 3:11

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r277.

Original comment by r...@wallace.gen.nz on 16 Dec 2009 at 1:31