Hi!
It is not an error, it is only a warning. Psyco is a specialized compiler
for Python, which
can increase its performance. See http://psyco.sourceforge.net/. You can
install it via
easy_install as a normal python package, via apt-get, etc.. Unfortunately,
psyco does
not work with 64-bit Python.
Hi everyone,
I downloaded PvDev for Eclipse. But whenever I try to use the debugger, I
get his message à
pydev debugger: warning: psyco not available for speedups (the debugger will
still work correctly, but a bit slower)
pydev debugger: starting
Is there a way to fix this?