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 siming85
Recipients siming85
Date 2014-10-14.19:59:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling Python 3.4.2 32-bit using GCC under RHEL6.4 and RHEL5.5 yields to crash:

*** WARNING: renaming "_ctypes" since importing it failed: build/lib.linux-x86_64-3.4/_ctypes.cpython-34m.so: undefined symbol: ffi_call_win32

Why is it referring to a win32 api when i'm compiling under Linux?

This failure causes pip installation to also fail due to missing ctypes module.

FYI - 3.4.1 under exact same env. builds fine.
History
Date User Action Args
2014-10-14 19:59:45siming85setrecipients: + siming85
2014-10-14 19:59:45siming85setmessageid: <1413316785.82.0.044196497806.issue22634@psf.upfronthosting.co.za>
2014-10-14 19:59:45siming85linkissue22634 messages
2014-10-14 19:59:45siming85create