Re: [Pydev-users] pydev and debugging

2009-12-03 Thread Frank Dornheim
Hi, you are right ... In fact, i use ubuntu and have python 2.5 & 2.6 running and want to use 2.5. But if i start the debugging the 2.6 libs are used. I switched now to 2.6 end everything works. Thanks Con 2009/12/3 Fabio Zadrozny : > It seems there's a mix of interpreter/libraries you're using

Re: [Pydev-users] pydev and debugging

2009-12-03 Thread Fabio Zadrozny
It seems there's a mix of interpreter/libraries you're using... The Python 2.5 interpreter will give that error if a 'with' construct is used, while it's valid in Python 2.6 (so, you're using a Python 2.5 interpreter with a Python 2.6 library -- so, there's probably some misconfiguration where you'

[Pydev-users] pydev and debugging

2009-12-03 Thread Frank Dornheim
Hi, i use pydev (1.5.1.1258496115) on eclipse (3.5.1). I want to use the debugger on a program with threading. On start i get this following error output ... Console: /usr/lib/python2.6/site.py:143: Warning: 'with' will become a reserved keyword in Python 2.6 'import site' failed; use -v for tr