Re: [pypy-dev] Problem with PyPy 5.10 and persistent module (ZODB)

2018-04-10 Thread Etienne Robillard
Hi, I fixed this issue by patching cffi/verifier.py to create the temporary directory if not present. Regards, Etienne --- cffi/verifier.py    2018-04-10 19:04:39.966728201 + +++ /home/erob/ncvs/cffi/cffi/verifier.py   2018-04-10 18:21:04.999299281 + @@ -63,8 +63,6 @@  

[pypy-dev] Problem with PyPy 5.10 and persistent module (ZODB)

2018-04-10 Thread Etienne Robillard
Hello, I'm trying to run ZODB 5.3.0 with PyPy 5.10 but getting an unexpected error: erob@projectstreetwise:/home/www/projectstreetwise.org/trunk$ bin/runzeo.sh Traceback (most recent call last):   File "/usr/local/pypy/bin/runzeo", line 11, in     load_entry_point('ZEO==5.1.0',