I succeeded compiling wxPyton against wxWindows 2.5 with a very few
modifications to the latest cvs
sources .
I went in a real rush since I was looking for a python gui framework and
wxWindows5.0 is already used
here for other projects .
I had to comment all #include <wx/deprecated/..> from contrib/ogl sources
and headers (yes I could run
boa 0.2.3 )
and also commented the wrappers to SetQuality and GetQuality wxGDI methods
...
I suppose/know you know better than me what to do to get the up-to-date
wrappers and I didn't dig that
Almost the entire demo runs correcly meanwhile the multimedia sample crashed
.
Not talking for my organization , but working for it
Serge Bakkal
I succeeded compiling wxPyton against wxWindows 2.5 with a very few
modifications to the latest cvs
sources .
I went in a real rush since I was looking for a python gui framework and
wxWindows5.0 is already used
here for other projects .
I had to comment all #include <wx/deprecated/..> from contrib/ogl sources
and headers (yes I could run
boa 0.2.3 )
and also commented the wrappers to SetQuality and GetQuality wxGDI methods
...
I suppose/know you know better than me what to do to get the up-to-date
wrappers and I didn't dig that
Almost the entire demo runs correcly meanwhile the multimedia sample crashed
.
Cool, it's good to know that the 2.5 branch is not that far from working. It's been a while since I worked on that branch since I've been focusing on 2.4 for a few months. Once 2.4.1 is done (a couple weeks I expect) then I plan on merging over all the changes on 2.4 since my last merge, and then focus on 2.5 for a while.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!