[pypy-dev] sys.prefix

Gabriel Lavoie glavoie at gmail.com
Tue Aug 18 04:55:08 CEST 2009


Hello,
     I have this tool to test on PyPy: http://furius.ca/snakefood/
It seems the code requires "sys.prefix" but it seems it doesn't exists
on PyPy. Is it normal? I will probably be able to make the code work
without this.

>>>> import sys
>>>> sys.prefix
Traceback (most recent call last):
  File "<console>", line 1, in <interactive>
AttributeError: 'module' object has no attribute 'prefix'

Thank you,

Gabriel

-- 
Gabriel Lavoie
glavoie at gmail.com



More information about the Pypy-dev mailing list