[issue2755] IDLE ignores module change before restart

2008-05-13 Thread Mark Veldhuis
Mark Veldhuis <[EMAIL PROTECTED]> added the comment: thank you too. Yes the text is there, I pasted the whole header here: Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "copyright", "credits" or "

[issue2755] IDLE ignores module change before restart

2008-05-15 Thread Mark Veldhuis
Mark Veldhuis <[EMAIL PROTECTED]> added the comment: Interesting. I click on an icon-launcher in my panel. The command in the launcher's properties is: "/usr/bin/idle-python2.5 -n". I got the icon by dragging the regular icon from under applications-programm

[issue2755] IDLE ignores module change before restart

2008-05-16 Thread Mark Veldhuis
Mark Veldhuis <[EMAIL PROTECTED]> added the comment: I think this solves my problem, I took away the -n from the launcher so the command is just "/usr/bin/idle-python2.5". Now Idle does not show the No subprocesses text, and when I press F5 the Python shell displays a line

[issue2755] IDLE ignores module change before restart

2008-05-19 Thread Mark Veldhuis
Mark Veldhuis <[EMAIL PROTECTED]> added the comment: Sure, and thank you for your efforts. It will be interesting to see if it really is the package. If there is anything I can do to test, just drop a note. __ Tracker <[EMAIL PROTECTED]> <http://

[issue3003] sys.stdin.fileno() gives attribute error in IDLE

2008-05-29 Thread Mark Veldhuis
New submission from Mark Veldhuis <[EMAIL PROTECTED]>: I am using IDLE on Ubuntu Hardy (8.04) and all in all very content to use it. Today I got an AttributeError using sys.stdin.fileno(). A closer look revealed this: in IDLE: Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC

[issue2755] IDLE ignores module change before restart

2008-05-04 Thread Mark Veldhuis
New submission from Mark Veldhuis <[EMAIL PROTECTED]>: I changed module A, and then tested module B that imported module A. it took a while to realise that what went wrong was that the change had not registered in module B, even when I closed and reopened the window, the shell etc. I had t

[issue2755] IDLE ignores module change before restart

2008-05-04 Thread Mark Veldhuis
Changes by Mark Veldhuis <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10190/idleupdatebug.odt __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2755] IDLE ignores module change before restart

2008-05-04 Thread Mark Veldhuis
Changes by Mark Veldhuis <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10191/idleupdatebug.odt __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue2755] IDLE ignores module change before restart

2008-05-11 Thread Mark Veldhuis
Mark Veldhuis <[EMAIL PROTECTED]> added the comment: Hi, I repeated the same steps as before, with new filenames, and with the same result, the printed value was 1, and not 2 as expected. After closing all windows the value was 2. answers to Kurt's questions: When you "ope

[issue2755] IDLE ignores module change before restart

2008-05-11 Thread Mark Veldhuis
Changes by Mark Veldhuis <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10191/idleupdatebug.odt __ Tracker <[EMAIL PROTECTED]> <http://bugs.pytho