Re: Python with Eclipse

2006-06-20 Thread Philippe Martin
Dennis Benzinger wrote: > Philippe Martin wrote: >> Dennis Benzinger wrote: >> >>> Stan Cook wrote: I've been trying to use Eclipse with Python on Linux for a while and have noticed something odd. After running the code or debugging a few times, its responsiveness gets really bad.

Re: Python with Eclipse

2006-06-20 Thread Stan Cook
Jason wrote: > PyDev Eclipse keeps around the python interpreter unless it gets > removed. I think part of the point is to keep around failed runs so > the user can investigate the stack. Eclipse doesn't keep this around > if you Run you script, but it will keep the interpreter alive if you > Deb

Re: Python with Eclipse

2006-06-20 Thread Jason
PyDev Eclipse keeps around the python interpreter unless it gets removed. I think part of the point is to keep around failed runs so the user can investigate the stack. Eclipse doesn't keep this around if you Run you script, but it will keep the interpreter alive if you Debug your script, regardl

Re: Python with Eclipse

2006-06-20 Thread Dennis Benzinger
Philippe Martin wrote: > Dennis Benzinger wrote: > >> Stan Cook wrote: >>> I've been trying to use Eclipse with Python on Linux for a while and >>> have noticed something odd. After running the code or debugging a few >>> times, its responsiveness gets really bad. Upon checking the equivalent >>

Re: Python with Eclipse

2006-06-19 Thread Fabio Zadrozny
On 6/19/06, Philippe Martin <[EMAIL PROTECTED]> wrote: Dennis Benzinger wrote:> Stan Cook wrote:>> I've been trying to use Eclipse with Python on Linux for a while and>> have noticed something odd.  After running the code or debugging a few>> times, its responsiveness gets really bad.  Upon checkin

Re: Python with Eclipse

2006-06-19 Thread Philippe Martin
Dennis Benzinger wrote: > Stan Cook wrote: >> I've been trying to use Eclipse with Python on Linux for a while and >> have noticed something odd. After running the code or debugging a few >> times, its responsiveness gets really bad. Upon checking the equivalent >> of the task manager, I find se

Re: Python with Eclipse

2006-06-19 Thread Fabio Zadrozny
On 6/18/06, Stan Cook <[EMAIL PROTECTED]> wrote: I've been trying to use Eclipse with Python on Linux for awhile and have noticed something odd.  After running thecode or debugging a few times, its responsiveness getsreally bad.  Upon checking the equivalent of the task manager, I find several inst

Re: Python with Eclipse

2006-06-19 Thread Dennis Benzinger
Stan Cook wrote: > I've been trying to use Eclipse with Python on Linux for a while and > have noticed something odd. After running the code or debugging a few > times, its responsiveness gets really bad. Upon checking the equivalent > of the task manager, I find several instances of Python ru

Python with Eclipse

2006-06-18 Thread Stan Cook
I've been trying to use Eclipse with Python on Linux for a while and have noticed something odd. After running the code or debugging a few times, its responsiveness gets really bad. Upon checking the equivalent of the task manager, I find several instances of Python running. When I kill the