Re: running IDLE from another program?
- From: Kent Johnson <kent@xxxxxxxxxxxxxxxx>
- Date: Fri, 31 Mar 2006 14:14:17 -0500
John Salerno wrote:
If I want to write my code in a separate text editor (I like UltraEdit) but then press a single button to have that code run in the IDLE environment, is that possible? I know that you can configure UE to run external tools, but I can't figure out how to run IDLE this way, because when I check on its properties to find it's file path, it is just the Python directory itself.
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.
Kent
.
- References:
- running IDLE from another program?
- From: John Salerno
- running IDLE from another program?
- Prev by Date: Re: best way to index numerical data ?
- Next by Date: Re: proposed proposal: set.values()
- Previous by thread: running IDLE from another program?
- Next by thread: exception handling in Tkinter
- Index(es):