Hi Roger,
For umlbuilder 1.4.0-5 python 2.2 requires that line 945 of gui.py has
colum written as column.
b.grid(row=2,colum=1, sticky=E)
should be ..
b.grid(row=2,column=1, sticky=E)
Otherwise, the gui won't work.
Also, I'm having trouble signing up under a new email address at
sf.net .. maybe in a few hours I'll know whether this is a bug, too.
:-) Eventually, I'll probably move all my projects away from sf
because sf always seems to have problems. Besides, now it's parents
company routinely has advertisements for $M .. if $M would release
source code for their OSes to the public then this would make sense.
Regards,
Jonathan
|