[pypy-dev] Ask for a point to contribute to pypy

2012-03-05 Thread Iven Hsu
Hi, I'm a student from China, and I've chosen pypy as my thesis subject. I wonder which part should I participate in? My supervisor suggest me to do some performance improvements, so I could list some data and diagrams when I'm doing the thesis defense. And the thesis should have a topic, so all

Re: [pypy-dev] pypy2exe

2012-03-05 Thread gelin yan
On Tue, Mar 6, 2012 at 1:11 AM, Michael Foord wrote: > > > On 5 March 2012 16:57, Matti Picus 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 w

Re: [pypy-dev] pypy2exe

2012-03-05 Thread Michael Foord
On 5 March 2012 16:57, Matti Picus 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

[pypy-dev] pypy2exe

2012-03-05 Thread Matti Picus
Trying to install in pypy I get error C2065: '_Py_PackageContext' : undeclared identifier Matti ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] How to get PIL to install?

2012-03-05 Thread Jacob Finkelman
If it involves translating pypy, then I am stuck. This laptop does not have the resources to translate pypy. The website has said that pil is " known to work " for several releases now. I thought that meant it would be pretty trivial to install. Jacob On Mar 4, 2012 9:27 AM, "Jacob Finkelman" wr