This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author theller
Recipients mschmarck, theller
Date 2008-09-05.18:48:24
SpamBayes Score 3.38735e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
The libffi library in Python 2.5 is too old and won't be upgraded to a
newer version.

I see several possibilities for you:

- Use Python 2.6 (if you can live with the beta or wait for the release)

- Use Python 2.5, compile with GCC

- Use Python 2.5, and build/install the ctypes version from Python SVN
trunk as add-on module, it is available here:
http://svn.python.org/projects/ctypes/branches/ctypes-1.1/

Closing as wont fix, sorry.
History
Date User Action Args
2008-09-05 18:48:26thellersetrecipients: + theller, mschmarck
2008-09-05 18:48:25thellersetmessageid: <[email protected]>
2008-09-05 18:48:25thellerlinkissue3785 messages
2008-09-05 18:48:24thellercreate