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

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

2015-10-21 Thread Ryan Gonzalez
ryan@DevPC-LX:~$ ipython Python 2.7.6 (default, Mar 22 2014, 22:59:56) Type "copyright", "credits" or "license" for more information. IPython 1.1.0 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's o