brunolojor / jbrout

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

[Ubuntu 8.10] Traceback at startup #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. On Ubuntu 8.10, install jbrout from the debian repository (deb
http://jbrout.free.fr/download/debian binary/)
2. Start it (from the Applications menu or from a terminal)
3. Answer the first two popup questions about automatic file renaming and
image rotation (I tested all 4 combinations of answers, the bug always happens)

What is the expected output? What do you see instead?

Expected: JBrout is ready to be used.
What happens: the following traceback, and then crash:

    Traceback (most recent call last):
       File "/usr/lib/jbrout/jbrout.py", line 2904, in <module>
        main()
       File "/usr/lib/jbrout/jbrout.py", line 2879, in main
        window = Window()
       File "jbrout/libs/gladeapp.py", line 125, in __init__
       File "/usr/lib/jbrout/jbrout.py", line 1157, in init
        min = datetime.now()
     AttributeError: 'module' object has no attribute 'now'

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

JBrout 0.3.131 from debian repository on Ubuntu 8.10.

Original issue reported on code.google.com by til...@gmail.com on 2 Jan 2009 at 11:15

GoogleCodeExporter commented 8 years ago
Note that the same issue happens with the latest (134) svn version on Ubuntu 
8.10.

Original comment by til...@gmail.com on 2 Jan 2009 at 11:46

GoogleCodeExporter commented 8 years ago
A quick patch that fixes the issue.

Original comment by til...@gmail.com on 2 Jan 2009 at 11:49

Attachments:

GoogleCodeExporter commented 8 years ago
thanks ... corrected in rev 135

Original comment by manat...@gmail.com on 4 Jan 2009 at 11:21