On Nov 23, 2009, at 5:34 PM, Robert Grządka wrote:

> 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.

        Can you create a Trac ticket for this, and attach your cdxml file, or  
a small example cdxml that displays the problem?


-- Ed Leafe



_______________________________________________
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/[email protected]

Reply via email to