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.
[EMAIL PROTECTED] /root]# cd /usr/lib/python2.2/site-packages/ [EMAIL PROTECTED] site-packages]# mkdir testmod [EMAIL PROTECTED] site-packages]# chown matkor.users testmod [EMAIL PROTECTED] /usr/lib/python2.2/site-packages/testmod]$ mkdir testsubmod [EMAIL PROTECTED] /usr/lib/python2.2/site-packages/testmod]$ cd testsubmod/ [EMAIL PROTECTED] /usr/lib/python2.2/site-packages/testmod/testsubmod]$ touch __init__.py [EMAIL PROTECTED] /usr/lib/python2.2/site-packages/testmod/testsubmod]$ touch testfile.py Now creating project testmod in /usr/lib/python2.2/site-packages/testmod Adding all two touched files. Editing testfile.py to be: print "Test" print "Breakpint" print "Failed." Setting breakpoint to line 2. And running F5 prints all three messages. Whole project dir just after all above operations attached. [EMAIL PROTECTED] site-packages]# rpm -q eric3 eric3-3.3-0.20031115.1 -- Mateusz Korniak
testmod.tar.gz
Description: application/tgz
