On Sat, Jan 7, 2012 at 12:07 PM, Yan Chunlu <[email protected]> wrote: > based on the irc chat here: > > http://www.tismer.com/pypy/irc-logs/pypy/pypy.2011-11-02.log.html > > > PyByteArray_Type, PyMemoryView_Type and PyInterpreterState are missing > from the headers. http://codepad.org/FYkhcZKf > > > just wonder is there any schedule about this? I think psycopg2 is > crucial for many developers to adopt pypy. thanks! > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev
Hi Use psycopg2-ct or pg8000 instead, those work fine in PyPy. Cheers, fijal _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
