17 Aug
2009
17 Aug
'09
9:55 p.m.
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@gmail.com
5561
Age (days ago)
5561
Last active (days ago)
0 comments
1 participants
participants (1)
-
Gabriel Lavoie