[pypy-issue] [issue894] Undefined symbol in PIL 1.7 on pypy 1.6
Dustin Sallings
tracker at bugs.pypy.org
Thu Oct 6 23:27:14 CEST 2011
New submission from Dustin Sallings <dustin at spy.net>:
(Slightly modified to not remove the symbol)
ImportError: unable to load extension module '/Users/dustin/stuff/pypy/site-
packages/PIL/_imaging.pypy-16.so': dlopen(/Users/dustin/stuff/pypy/site-
packages/PIL/_imaging.pypy-16.so, 6): Symbol not found: _PyExc_AttributeError
1.6.1-dev0 (pypy-c-jit-47836-383ca802ba07-osx64.tar.bz2)
I see the symbols being requested here:
[pypy] dustinnmb:~/stuff/pypy/site-packages/PIL 551% nm _imaging.pypy-16.so | grep
PyExc
U _PyExc_AttributeError
U _PyExc_IOError
U _PyExc_IndexError
U _PyExc_RuntimeError
U _PyExc_SystemError
U _PyExc_TypeError
U _PyExc_ValueError
But it's not clear to me how they'd be resolved.
----------
messages: 3254
nosy: dustin, pypy-issue
priority: bug
status: unread
title: Undefined symbol in PIL 1.7 on pypy 1.6
________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue894>
________________________________________
More information about the pypy-issue
mailing list