Raymond Hettinger writes:

 > Two people had some difficulty building non-upgraded third-party modules
 > with Py2.5 on 64-bit machines (I think wxPython was one of the problems)

In my experience wxPython is problematic, period.  It's extremely
tightly bound to internal details of everything around it.  In
particular, on every package system I've (tried to) build it, the
first thing the package does is to check for its own version of
Python, and pull it in if it's not there.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to