Hi all Dabo users,
I'm trying to create my first Dabo application. Suddendly ClassDesigner
failed to load my project, and I found following messages in logs.
######
line 222, in getDesignerDict
dv = int(dv)
ValueError: invalid literal for int() with base 10: ''
######
My quick and dirty solution was to add:
elif dv == '':
dv = "None"
before int check in line 222.
Maybe someone can write better solution or validate. I found this
problem in latest svn version.
Best regards.
--
Robert Grządka
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/1259019295.5538.52.ca...@telkontar