Re: Running Application Within Emacs

2007-02-08 Thread [EMAIL PROTECTED]
You can call scripts from the interpreter with execfile('script.py'). If you use ipython there is a %run command that executes a script. Enjoy! Bernhard On Feb 7, 3:26 pm, [EMAIL PROTECTED] wrote: > My editor is emacs in linux, and I have the python mode enabled. The two > menus -- IM-Python a

Running Application Within Emacs

2007-02-07 Thread rshepard
My editor is emacs in linux, and I have the python mode enabled. The two menus -- IM-Python and Python -- allow me to navigate within the loaded module and open execute buffers, among other things. But, I don't see a way to run a wxPython application from within the editor as I would from the com