running IDLE from another program?

Kent Johnson kent at kentsjohnson.com
Sat Apr 1 00:23:38 EST 2006


John Salerno wrote:
> Kent Johnson wrote:
>>You probably don't need to do that. Just run the file in python 
>>directly. I don't know UE, but when you configure an external tool, tell 
>>it to run python.exe and pass the current file as a command line parameter.
>> 
> I've tried a lot of combinations for the command line to execute, but 
> nothing is working. What format should it be in? Should it look like this:
> 
> C:\Python24\python.exe module   ?

C:\Python24\python.exe D:\full\path\to\myprogram.py

There is a post on the UltraEdit forum from JohnJSal, is that not you? 
Whoever it is got this working...
http://www.ultraedit.com/index.php?name=Forums&file=viewtopic&t=2732&highlight=python

Kent



More information about the Python-list mailing list