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. So, if you use a 64-bit OS, you have to
recompile
a custom Python in 32-bit mode.
--
Ivan Korobkov
ivan.korob...@gmail.com
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users