From johndonov at hotmail.com Fri Sep 4 09:34:13 2009 From: johndonov at hotmail.com (sicga) Date: Fri, 4 Sep 2009 00:34:13 -0700 (PDT) Subject: [Idle-dev] How to run a script in IDLE Message-ID: <25288846.post@talk.nabble.com> Hi This is a real newbie question. I have a py script that will convert a 3DS model to .egg format. How do I load the image reference and get the script to run against it in IDLE. Any help would be greatly appreciated. Thanks -- View this message in context: http://www.nabble.com/How-to-run-a-script-in-IDLE-tp25288846p25288846.html Sent from the Python - idle-dev mailing list archive at Nabble.com. From cpif at handysoftware.com Tue Sep 22 06:54:52 2009 From: cpif at handysoftware.com (David Handy) Date: Tue, 22 Sep 2009 00:54:52 -0400 Subject: [Idle-dev] Voting for patch in issue 989712: Support using Tk without a mainloop Message-ID: <20090922045452.GB9903@arno2> (Resending with subscribed email address.) Hi all, this is my first time posting to the idle-dev list. I created a patched version of IDLE to allow running Tkinter interactively using the subprocess. Then I discovered the problem was already solved with a patch submitted by Guilherme Polo about 6 months ago: http://bugs.python.org/issue989712 http://bugs.python.org/file13440/issue989712.diff Guilherme's patch is similar to mine. I would rather advocate for his patch than try to promote mine. This patch solves the long-standing problem of running Tkinter interactively in IDLE without using the problematic "-n" switch. So I echo Guilherme's question: is someone against this? If not, then will it be part of IDLE in Python 2.7/3.1.x ? Thanks, David H -- David Handy Computer Programming is Fun! Beginning Computer Programming with Python http://www.handysoftware.com/cpif/ From david at handysoftware.com Tue Sep 22 06:07:59 2009 From: david at handysoftware.com (David Handy) Date: Tue, 22 Sep 2009 00:07:59 -0400 Subject: [Idle-dev] Voting for patch in issue 989712: Support using Tk without a mainloop Message-ID: <20090922040759.GA9903@arno2> Hi all, this is my first time posting to the idle-dev list. I created a patched version of IDLE to allow running Tkinter interactively using the subprocess. Then I discovered the problem was already solved with a patch submitted by Guilherme Polo about 6 months ago: http://bugs.python.org/issue989712 http://bugs.python.org/file13440/issue989712.diff Guilherme's patch is similar to mine. I would rather advocate for his patch than try to promote mine. This patch solves the long-standing problem of running Tkinter interactively in IDLE without using the problematic "-n" switch. So I echo Guilherme's question: is someone against this? If not, then will it be part of IDLE in Python 2.7/3.1.x ? Thanks, David H -- David Handy Computer Programming is Fun! Beginning Computer Programming with Python http://www.handysoftware.com/cpif/