Re: Extra file is opened when using IDLE Python editor
Aha. I think I see my mistake. I configured this editor into WinSCP by just copying the command from my Windows Explorer "file types" list. It looked like this:
After trying a few things, the entry for IDLE that seems to work is:
~ Thanks for your help!
~ Ken
C:\Python24\pythonw.exe "C:\Python24\Lib\idlelib\idle.pyw" -n -e "%1" !.!
After trying a few things, the entry for IDLE that seems to work is:
C:\Python24\pythonw.exe "C:\Python24\Lib\idlelib\idle.pyw" -n !.!
~ Thanks for your help!
~ Ken