Luis P. Mendes:
> It seems that Psyco cannot be used in such platforms.
> Or is there another version of Psyco for 64 bits platform?
> I googled and arrived to PyPy. But I don't know how to use it.
Psyco will be updated, but probably not for 64 bit CPUs. At the moment
PyPy doesn't give you much s
Hi,
I used Psyco to speed up my Python code.
Due to the great amount of data I have to proccess, I moved my Linux
system to a 64 bits version with more RAM.
It seems that Psyco cannot be used in such platforms.
Or is there another version of Psyco for 64 bits platform?
I googled and arrived to