[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyKDE] Eric3 ignoring breakpoint ?
From:       Detlev Offenbach <detlev () die-offenbachs ! de>
Date:       2003-11-27 19:30:15
[Download RAW message or body]

Am Donnerstag, 27. November 2003 11:35 schrieb Mateusz Korniak:
> On Wednesday 26 of November 2003 19:59, Detlev Offenbach wrote:
> > please generate a little test script, that shows the observed
> > behaviour and send it to me. That's the only way to track this.
>
> [root@appserver /root]# cd /usr/lib/python2.2/site-packages/
> [root@appserver site-packages]# mkdir testmod
> [root@appserver site-packages]# chown matkor.users testmod
>
> [matkor@appserver /usr/lib/python2.2/site-packages/testmod]$ mkdir
> testsubmod [matkor@appserver
> /usr/lib/python2.2/site-packages/testmod]$ cd testsubmod/
> [matkor@appserver
> /usr/lib/python2.2/site-packages/testmod/testsubmod]$ touch
> __init__.py
> [matkor@appserver
> /usr/lib/python2.2/site-packages/testmod/testsubmod]$ touch
> testfile.py
>

Ok, the problem is with your setup. You are trying to debug code, that is 
installed in the python installation directory. This by itself is a bad 
idea because only working code should go there.

Eric ignores all code modules, which are part of the python installation, 
i.e. installed under 
os.path.join(sys.prefix,'lib/python' + sys.version[0:3]).

In order to debug your code put it somewhere outside of the Python 
installation directory and it will work.

Regards
Detlev
-- 
Detlev Offenbach
detlev@die-offenbachs.de

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic