[pypy-dev] Fork lib and pythonpath?

Armin Rigo arigo at tunes.org
Mon Mar 3 14:56:42 CET 2003


Hello,

On Sun, Mar 02, 2003 at 09:37:06PM -0500, logistix wrote:
> C:\Python22\Lib\site-packages\pypy\interpreter>python interactive.py
> Python 2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)] in pypy
> PyPyConsole / TrivialObjSpace
> >>> import sys
> >>> sys.path

The trivial object space doesn't wrap the sys module yet, so you actually get 
the underlying one.  Moreover, there is absolutely no module loading code done 
yet.  Where the Python code for the compiler should be put is probably in 
appspace/, but how you actually link to it is still a completely open issue.


A bientot,

Armin.


More information about the Pypy-dev mailing list