On 5 March 2012 16:57, Matti Picus <matti.picus@gmail.com> 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 pypy-dev@python.org 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
On Tue, Mar 6, 2012 at 1:11 AM, Michael Foord <fuzzyman@gmail.com> wrote:
On 5 March 2012 16:57, Matti Picus <matti.picus@gmail.com> 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 pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
--
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 pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev
If pypy is able to work with cx_Freeze, it will be a great help. Source distribution is not always convenient.
participants (3)
-
gelin yan -
Matti Picus -
Michael Foord