greedom has quit [Remote host closed the connection]
greedom has joined #pypy
lritter has joined #pypy
greedom has quit [Remote host closed the connection]
greedom has joined #pypy
slav0nic has joined #pypy
slav0nic has quit [Ping timeout: 248 seconds]
greedom has quit [Read error: Connection reset by peer]
kurisu has joined #pypy
wusspuss has joined #pypy
<kurisu>
Embedding with cffi works fine with PyPy, but with CPython it says 'Failed to initialize the Python-CFFI embedding logic' and spews the following out: https://paste.debian.net/1240984/ What could I be doing wrong?
lritter has quit [Ping timeout: 240 seconds]
Atque has quit [Quit: ...]
<mjacob>
kurisu: can you please describe how to reproduce the error?
<mjacob>
kurisu: what happens if you run "import _cffi_backend" in a fresh python interpreter?
<kurisu>
mjacob, fresh cpython works just fine. That line produces no error too