Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
thanks for the help! but it seems not resolved the problem. the error message is about "PyByteArray_Type" etc. not sure what to do with PyDateTime. On Sat, Jan 7, 2012 at 10:06 PM, Amaury Forgeot d'Arc wrote: > 2012/1/7 Maciej Fijalkowski >> >> > I am curious that does it hard for pypy to add

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
okay, got it. guess I should take it carefully. thanks a lot for the help! On Sat, Jan 7, 2012 at 6:59 PM, Maciej Fijalkowski wrote: > On Sat, Jan 7, 2012 at 12:54 PM, Yan Chunlu wrote: >> sorry I somehow replied to your personally, sorry for disturbing. >> just didn't get

Re: [pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
MemoryView_Type and PyInterpreterState On Sat, Jan 7, 2012 at 6:44 PM, Maciej Fijalkowski wrote: > On Sat, Jan 7, 2012 at 12:39 PM, Yan Chunlu wrote: >> okay, thanks! I have installed psycopg2ct and will give a try. >> >> but since my app is serving several millions requests pe

[pypy-dev] when will pypy support psycopg2?

2012-01-07 Thread Yan Chunlu
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