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
[email protected]
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to