[PyKDE] Eric3 question

2006-06-03 Thread malvert
Hi Andreas, Thank you for your reply. As I installed everything under KDE in order to get going with eric3, is there any danger at all for upsetting the old KDE installation by reinstalling SIP, QScintilla and PyQt by recompiling these into my new /usr/lib/Python-2.4.3 directory? Sorry for askin

[PyKDE] Eric3 question

2006-06-03 Thread malvert
I am quite satisfied with my running 3.9.0 version. My current Python version that came with my Linux distro is 2.4.1. I would like to move up to a more recent Python version WITHOUT disturbing the one that came with the distro. For practical reasons I can't upgrade my linux right now. I managed

[PyKDE] Debugging in eric

2005-12-17 Thread malvert
Although my initial testing by introducing a 'sys.breakpoint()' worked very well, i still have the following problem with multithreaded debugs. If I enable in Preferences the 'Debug Client Type' as Multi Threaded, upon executing the 'sys.breakpoint()' statement I get: The debugged program raise

[PyKDE] Debugging in eric

2005-12-16 Thread malvert
Hi Jul. Your suggestion worked beautifully! Thank you. malv ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Debugging in eric

2005-12-16 Thread malvert
Hi All, I wonder whether it would be possible to attach the debugger onto a running program? Hypothetical scenario: (1) Run a project with the eric3 (Shift + F2) command; (2) Somehow interrupt this program and attach/start-up the debugger; (3) Place breakpoint(s) as usual and have the debugger hal