Has anybody managed to use IDLE as editor with ExternalEditor? I tried setting: editor = C:\Python21\pythonw.exe "C:\Python21\Tools\idle\idle.pyw" But on Python Scripts I get syntax error in the shell because the Script contains a "return" but not a "def". It tried to parse DTML templates as python code too. Peter --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.361 / Virus Database: 199 - Release Date: 2002-05-07
On Wed, Jul 24, 2002 at 03:28:37PM +0100, Peter Bengtsson wrote:
Has anybody managed to use IDLE as editor with ExternalEditor? I tried setting: editor = C:\Python21\pythonw.exe "C:\Python21\Tools\idle\idle.pyw"
I just use the path to the executable itself: editor = c:\program files\emeditor3\emeditor.exe (emeditor is a simple editor that does syntaxt highliting in both HTML and Python, has rectangular blocks and macro's. enought for me ";-) -- __________________________________________________ "Nothing is as subjective as reality" Reinoud van Leeuwen reinoud.v@n.leeuwen.net http://www.xs4all.nl/~reinoud __________________________________________________
participants (2)
-
Peter Bengtsson -
Reinoud van Leeuwen