[issue2755] IDLE ignores module change before restart

2009-03-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2755] IDLE ignores module change before restart

2009-03-29 Thread Guilherme Polo
Guilherme Polo added the comment: Is there any reason to keep this open ? It is not a IDLE bug, the title is misleading, and a solution has been provided for the problem related to how Ubuntu packages IDLE. -- nosy: +gpolo ___ Python tracker

[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]>

[issue2755] IDLE ignores module change before restart

2008-05-16 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Yes, removing the -n is the way to fix your problem. We went to quite a bit of effort to run user code from scratch on each Run/F5 using the subprocess. Running without the subprocess is considered 'expert' mode these days. (Although it's

[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 with Restart. I

[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-programming-Idle to the panel. ___

[issue2755] IDLE ignores module change before restart

2008-05-15 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Sorry for the delay. OK, we are getting closer. Please tell me exactly how you start IDLE. __ Tracker <[EMAIL PROTECTED]> __

[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 "license()" for more information. **

[issue2755] IDLE ignores module change before restart

2008-05-13 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: Thanks. Another question: when the shell starts, do you see the text No Subprocess to the right of the IDLE version, e.g. IDLE 2.6a3 No Subprocess __ Tracker <[EMAIL PROTECTED]> <

[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]> __ ___ Pyt

[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 "open" a python file, exa

[issue2755] IDLE ignores module change before restart

2008-05-10 Thread Kurt B. Kaiser
Kurt B. Kaiser <[EMAIL PROTECTED]> added the comment: When you "open" a python file, exactly what steps are you taking? When you "close any combination of IDLE windows,( but not all)", are you leaving update.py open so you can "run" it? When you "run" a file, exactly what steps are you taking?

[issue2755] IDLE ignores module change before restart

2008-05-09 Thread Terry J. Reedy
Terry J. Reedy <[EMAIL PROTECTED]> added the comment: On Windows, I tested this in both 2.5.2 and 3.0a4. In both cases, at paragraph 4 of your report, I got 2 in the shell, as you expected,not 1. I have no idea whether the system difference makes a difference (the TCL and TK binaries are obvious

[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]> __ ___ Pytho

[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]> __ ___ Pyt

[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 to quit