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
Original issue reported on code.google.com by
Oleg.Bla...@gmail.com
on 3 Jan 2009 at 3:22