John Ehresman wrote:
On 7/9/13 5:05 AM, Joel B. Mohler wrote:
Thank-you Roman.  This works with one caveat -- it requires python 2.7.5
and does not work on python 2.7.3.   The shiboken-python2.7.dll depends
on a symbol '_PyTrash_thread_deposit_object' which evidently doesn't
exist in 2.7.3.  I personally don't mind upgrading to 2.7.5 and really
I'm glad I'm now upgraded .... but it's a bit of a gotcha.

This sounds like an unexpected binary compatibility problem (Python
doesn't usually add C api's in point releases like this).  Maybe we need
to be building the binaries with 2.7.0?

Or at least 2.7.3, since it has been around for a long time and in my experience is the version that most people still using 2.7 have.



--
Robin Dunn
Software Engineer
Enthought, Inc.
rd...@enthought.com
_______________________________________________
PySide mailing list
PySide@qt-project.org
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to