-
Ok, found the problem. I have two python version installed. The default interpreter is 2.6, but system libs were defined to 2.5 directories. I updated the system libs path to match the version of the interpreter, and all is working fine.
So, never mix interpreter and library version.
2009-10-07 18:58:21 UTC in Pydev for Eclipse
-
I got this error while using the build-in function "reduce"
pydev debugger: starting
Traceback (most recent call last):
File "/home/francis/bin/eclipse/plugins/org.python.pydev.debug_1.5.0.1251989166/pysrc/pydevd.py", line 953, in
debugger.run(setup['file'], None, None)
File "/home/francis/bin/eclipse/plugins/org.python.pydev.debug_1.5.0.1251989166/pysrc/pydevd.py", line...
2009-10-07 16:29:44 UTC in Pydev for Eclipse
-
giraldeau committed revision 329 to the Gulus SVN repository, changing 2 files.
2009-09-28 17:06:53 UTC in Gulus
-
giraldeau committed revision 328 to the Gulus SVN repository, changing 3 files.
2009-09-28 14:14:04 UTC in Gulus