Giorgos wrote: > Hi!!! :-) > > Does somebody know, if backwards combatibillity has broken, at v. 2.5? > For being more specific, I have WinXP SP2 Pro Eng. here. > I have a number of Python apps (and games) installed at my system, for some > years now. The most well known is PySol ( http://pygames.sourceforge.net/ ). > I want to ask why I can run them properly with Active Python v2.4 (and > previous), most of them, are just not running with v2.5.
In general an upgrade from Python X.Y to Python X.Y+1 means binary incompatibility. You'll need new versions of any binary extensions built for Python 2.5. Trent -- Trent Mick trentm at activestate.com _______________________________________________ ActivePython mailing list ActivePython@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython