Hi everyone, thanks to the effort of Maciej Fijalkowski (and contributions
of Alex Gaynor and Armin Rigo) we now have a fully working PyPy plugin
into uWSGI.
The plugin works via cffi, and already supports multithreading and a good
set of the uWSGI api (like caching and rpc)
In the next few days
Hi,
This is the result. It shows that the pypy-c does not search the
LD_LIBRARY_PATH env.
import ctypes
ctypes.CDLL('libMyClassDict.so')
Traceback (most recent call last):
File "", line 1, in
File "/opt/pypy/lib-python/2.7/ctypes/__init__.py", line 367, in __init__
self._handle
Hi,
Sorry, I did not find any mistakes except that AttributeError. So I
think maybe there are some problems in my OS.
there may still be another problem lurking around that the AttributeError
is hiding (and which I'd consider a bug :} ).
Could you try the various cases using ctypes.CDLL(), ei