I got it to work by creating a Windows batch file with this line C:\Python26\pythonw.exe C:\Python26\Lib\idlelib\idle.pyw %1
and then using g.app.db['LEO_EDITOR']='C:\Python26\idle.bat' I will post a bug too On Jan 4, 10:59 am, "Ville M. Vainio" <[email protected]> wrote: > On Mon, Jan 4, 2010 at 4:25 PM, mdb <[email protected]> wrote: > > but this does not work for IDLE > > g.app.db['LEO_EDITOR']='C:\Python26\pythonw.exe C:\Python26\Lib\idlelib > > \idle.pyw' > > Try idle.pyw directly w/o python.exe. > > > Do I need to edit the 'right click on headline' menu in myLeoSetting > > and if so, can I see an example > > No, you don't and can't. > > > I also want to resurrect other TK version right click menu items such > > as toggle angle backets > > That does involve some coding, maybe lots of it. > > > I guess I could run as gui=tk but I am somewhat hooked on the QT look > > as and feel. > > File a bug on specific menu items you need, and they can probably be > moved over w/ little work > > -- > Ville M. Vainiohttp://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
