[wxPython-dev] 20070508 test build uploaded

Andrea Gavana andrea.gavana at gmail.com
Wed May 9 13:24:23 PDT 2007


Hi Robin,

    testing the new demo, there are a couple of things that raise
errors. I have tried to make a patch, but the CVS is still stuck at
the version without wxAUI. So, here it is:

1) At line 1570, inside the SetTreeModified method, you should add the
following call:

        if not USE_CUSTOMTREECTRL:
            return

wx.TreeCtrl can not handle what SetTreeModified does.

2) At the end of the demo, there is the following code:

if __name__ == '__main__':
    __name__ = 'MainWithoutFNB'
    main()

But it should be:

if __name__ == '__main__':
    __name__ = 'Main'
    main()

I had given that name when I was developing the new demo version in
order to avoid name conflict with the "Main" demo.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.virgilio.it/infinity77/




More information about the wxpython-dev mailing list