The following forum message was posted by at
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3666891:
hi all,
I have a bug (?) when i use eclipse, if i tried to use autocompletion it freeze
the software.
I do many research but i can\'t find any good solution (because ihave tes
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?
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.