<div dir="ltr">Hi Steve,<div><br></div><div>In general you probably want to avoid C-extensions when running under PyPy. In this case I reccomend using psycopg2cffi instead: <a href="https://pypi.python.org/pypi/psycopg2cffi">https://pypi.python.org/pypi/psycopg2cffi</a> it's basically a drop-in replacement and works well under PyPy.</div>
<div><br></div><div>Alex</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 24, 2013 at 1:36 AM, Steve Kieu <span dir="ltr"><<a href="mailto:msh.computing@gmail.com" target="_blank">msh.computing@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello All,<br><br></div>I tried to install psycopg2 but failed with the following message<br><br><br>
<div><div>building 'psycopg2._psycopg' extension<br><br>cc -O2 -fPIC -Wimplicit -DPSYCOPG_DEFAULT_PYDATETIME=1 -DPSYCOPG_VERSION="2.5 (dt dec pq3 ext)" -DPG_VERSION_HEX=0x090109 -DPSYCOPG_EXTENSIONS=1 -DPSYCOPG_NEW_BOOLEAN=1 -DHAVE_PQFREEMEM=1 -I/home/stevek/pypy/include -I. -I/usr/include/postgresql -I/usr/include/postgresql/9.1/server -c psycopg/psycopgmodule.c -o build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o -Wdeclaration-after-statement<br>

<br>In file included from psycopg/psycopgmodule.c:38:0:<br><br>./psycopg/error.h:32:5: error: unknown type name ‘PyBaseExceptionObject’<br><br>error: command 'cc' failed with exit status 1<br><br><br></div><div>Looks like the python header from pypy does not declare PyBaseExceptionObject<br>

<br></div><div>Any way to fix this?<br><br></div><div>Thanks in adanvace,<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br clear="all"><br>-- <br>Steve Kieu
</div></font></span></div></div>
<br>_______________________________________________<br>
pypy-dev mailing list<br>
<a href="mailto:pypy-dev@python.org">pypy-dev@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pypy-dev" target="_blank">http://mail.python.org/mailman/listinfo/pypy-dev</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">"I disapprove of what you say, but I will defend to the death your right to say it." -- Evelyn Beatrice Hall (summarizing Voltaire)<br>
"The people's good is the highest law." -- Cicero<br><div>GPG Key fingerprint: 125F 5C67 DFE9 4084</div></div>
</div>