brunolojor / jbrout

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

jbrout don't start datetime problem #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On start I received error message 
./jbrout.py 
Traceback (most recent call last):
  File "./jbrout.py", line 2904, in <module>
    main()
  File "./jbrout.py", line 2879, in main
    window = Window()
  File "jbrout/libs/gladeapp.py", line 125, in __init__
  File "./jbrout.py", line 1157, in init
    min = datetime.now()

changing  min = datetime.now() to min = datetime.datetime.now() in
jbrout.py line 1157 correct this problem.

problem exist in jbrout-3.131

Original issue reported on code.google.com by Oleg.Bla...@gmail.com on 3 Jan 2009 at 3:22

GoogleCodeExporter commented 9 years ago
thanks corrected in rev 135

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