On 5 March 2012 16:57, Matti Picus <[email protected]> wrote: > Trying to install in pypy I get > > error C2065: '_Py_PackageContext' : undeclared identifier >
What are you trying to install? It isn't py2exe is it? That hasn't got a chance of working with pypy because it *patches* the CPython dll (which is totally different from the pypy binary). All the best, Michael > Matti > > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev > > -- http://www.voidspace.org.uk/ May you do good and not evil May you find forgiveness for yourself and forgive others May you share freely, never taking more than you give. -- the sqlite blessing http://www.sqlite.org/different.html
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
