Evan

Results 4 comments of Evan

Ok. So I have built aerospike-client-python using CPython: **python setup.py build --force** . And then tried installing it to PyPy's site-packages with **pypy setup.py install --force**. Is it correct? **The...

I see. Maybe there is some way for me to call CPython package directly from PyPy code? Something like running through cmd, but native, e.g. execfile()?

The main problem that PyPy is missing some types from CPython like PyBool, PyByteArray, etc. That is kinda obvious. Temporary solving for this is to call CPython from PyPy using...

@Darkhorse-Fraternity @awinogrodzki I got a quick hot-fix for this in my fork. You can switch to my repo for a while: `$ npm i -S https://github.com/JustBlah/react-native-socketio.git\#ios-fix`