Re: [Pydev-users] Question on download error

2010-04-08 Thread Ivan Korobkov
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.

[Pydev-users] Question on download error

2010-04-08 Thread Terry Shen
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?