[pypy-dev] Re: [pypy-svn] rev 2280 - in pypy/trunk/src/pypy: annotationappspace module module/test

Armin Rigo arigo at tunes.org
Mon Dec 1 17:20:34 CET 2003


Hello Rocco,

On Sun, Nov 30, 2003 at 06:53:13PM +0100, rocco at codespeak.net wrote:
> M      module\__init__.py
> A      module\itertoolsmodule.py
> A      module\_sremodule.py
> A      module\mathmodule.py
> A      module\_randommodule.py
> A      module\cStringIOmodule.py
> 
> Add some missing builtin modules - (Note that these probably should get
> rewritten at some point when we get a functioning RPython implementation,
> but for now ...

Sounds nice, but I can't seem to import them in PyPy?  "import math" or 
"import _random" just fails with an ImportError.  I saw that they are actually 
just wrappers around the CPython modules, but I'd thought they'd be supposed 
to be *working* wrappers...


A bientôt,

Armin.



More information about the Pypy-dev mailing list