Re: [pypy-dev] PyPy doesn't implement the most important module!

2015-10-22 Thread Armin Rigo
Hi, On Thu, Oct 22, 2015 at 10:48 AM, William ML Leslie wrote: > It comes with cpython, as part of the 'frozen' module system. We can add a file ``lib_pypy/__hello__.py`` containing ``print 'Hello world...'``. That seems highly pointless, though, if we don't support frozen modules anyway. A b

Re: [pypy-dev] PyPy doesn't implement the most important module!

2015-10-22 Thread William ML Leslie
On 22 October 2015 at 19:14, Maciej Fijalkowski wrote: > pypy will not automatically pick up packages from site-packages of > cpython. you need to install them separately, preferably in a > virtualenv. It comes with cpython, as part of the 'frozen' module system. https://docs.python.org/2/librar

Re: [pypy-dev] PyPy doesn't implement the most important module!

2015-10-22 Thread Maciej Fijalkowski
pypy will not automatically pick up packages from site-packages of cpython. you need to install them separately, preferably in a virtualenv. On Thu, Oct 22, 2015 at 12:47 AM, Ryan Gonzalez wrote: > ryan@DevPC-LX:~$ ipython > Python 2.7.6 (default, Mar 22 2014, 22:59:56) > Type "copyright", "credi

Re: [pypy-dev] PyPy doesn't implement the most important module!

2015-10-22 Thread anatoly techtonik
On Thu, Oct 22, 2015 at 1:47 AM, Ryan Gonzalez wrote: > > 1 import __hello__ > > ImportError: No module named __hello__ > PyPy is shy. -- anatoly t. ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Any Release incoming for pypy 3.x?

2015-10-22 Thread Phyo Arkar
Thanks a lot. PyPy3 is lagging behind by a lot so i just pinged. PyPy3 users will be particularly interested in 3.4-3.5x due to async-await , yield from and many other powerful features. As tornado now heading towards Python3.5 async-await , these things become quite interesting. On Thu, Oct 22, 2

Re: [pypy-dev] PyPy 15.11 release is imminent

2015-10-22 Thread anatoly techtonik
On Wed, Oct 21, 2015 at 9:04 AM, Phyo Arkar wrote: > Just make a pypy that automatically compatible between python2 nd 3 and > name it pyoy5 :P > > I know it is not feasible. > Run two in parallel and kill the one that gives error first. -- anatoly t