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 ronaldoussoren
Recipients
Date 2007-07-09.07:35:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm closing this bug, the problem is in ctypes installer you used.

For the record: you can build a ppc/intel only version of an extension by patching the setup.py of the project your building and adding ('-arch', 'i386') or ('-arch', 'ppc') to the extra_compile_args and extra_link_args of Extension objects (I'm typing this without looking at the documention and have probably misspelled these argument names)
History
Date User Action Args
2007-08-23 14:41:39adminlinkissue1530142 messages
2007-08-23 14:41:39admincreate