Hi Fred, On Fri, 2006-04-21 at 10:08 -0500, Fred Dech wrote: > Since yesterday, I've been wondering what the incompatibility is between > wxPython 2.5 and AG3.0b2. I've had AG2.4 and AG3.0b2 installed on the same > WinXP node for some time with no problems.
wxPython 2.5 is from the unstable wxPython release series, see: http://wiki.wxpython.org/index.cgi/ReleaseSeries so effectively the latest wxPython 2.5.x is a pre-release of the stable wxPython 2.6.0. > As was posted a while back, wxPython 2.6 isn't completely > compatible with AG2.4. I'd not run into this first hand until we were > doing some shared-app tests yesterday and, as was posted, the Win Shared > Web Browser (IE) did not work for AG2.4 with wxPython2.6. The browser works > fine with AG3.0b2/wxPython2.6. It also works fine for both AG2.4 and AG3.0b2 > with wxPython2.5. The change happened sometime in the wxPython 2.5.x series, you are most likely using a earlier version of wxPython 2.5 which supports both wx.iewin and wx.lib.iewin modules. See the "SharedBrowser broken with wxPython 2.6" bugzilla report: http://bugzilla.mcs.anl.gov/accessgrid/show_bug.cgi?id=1450 Doug