Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: John Salerno Newsgroups: comp.lang.python Subject: Is this the right location to launch IDLE? Date: Sun, 4 Mar 2012 15:07:41 -0800 (PST) Organization: http://groups.google.com Lines: 9 Message-ID: <1902734.303.1330902461168.JavaMail.geo-discussion-forums@yncd8> NNTP-Posting-Host: 76.30.237.113 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1330902560 6434 127.0.0.1 (4 Mar 2012 23:09:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 4 Mar 2012 23:09:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.30.237.113; posting-account=Wdz3OgoAAACumWTKfPjpOEJc3twpMp_1 User-Agent: G2/1.0 Xref: csiph.com comp.lang.python:21206 I'm trying to get Notepad++ to launch IDLE and run the currently open file in IDLE, but all my attempts have failed so far. I'm wondering, am I even using the IDLE path correctly? I'm using this: "C:\Python32\Lib\idlelib\idle.pyw" "$(FULL_CURRENT_PATH)" (That last part puts in the full path to the open file.) Is this not the proper way to launch IDLE with an argument? It actually does open up IDLE, but the file doesn't seem to have been loaded, because when I try to use variables or functions from the file, IDLE acts as if it doesn't know what I'm referring to. Thanks.