On 5/4/11 10:45 AM, Sibylle Koczian wrote:
>> What version of wxPython? This reminds me of an error they fixed with (I 
>> think) 2.8.11.1.
>> >
> For Linux that might be it:
>
> Platform: GTK
> Python Version: 2.7.1+ on linux2
> Dabo Version: Version 0.9.3; Revision 6586M
> UI Version: 2.8.11.0 on wxGTK (gtk2)
>
> But on Windows I get the same behavior, exactly the same error message,
> with this version:
>
> Platform: Win
> Python Version: 2.7.1 on win32
> Dabo Version: Version 0.9.3; Revision ~6584
> UI Version: 2.8.12.0 on wxMSW

There were also some reports of python 2.7 not recompiling python 2.6.5 .pyc or 
.pyo 
files, resulting in errors.

You could write a script to delete all .pyc/.pyo files to force python 2.7 to 
recompile them, or maybe test with e.g. python -OO ClassDesigner.py which will 
make 
.pyo files instead of .pyc files, which may mean the necessary compilation 
happens. 
Just do this to test, if it works then you can start deleting .pyc files from 
wxpython, dabo, etc.

Paul


_______________________________________________
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