[pypy-dev] uWSGI 1.9.11 released with PyPy support

2013-05-25 Thread Roberto De Ioris
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

Re: [pypy-dev] Problems in connecting C++ and python with cppyy

2013-05-25 Thread Xia Xin
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

Re: [pypy-dev] Problems in connecting C++ and python with cppyy

2013-05-25 Thread wlavrijsen
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