Running Application Within Emacs

bernhard.voigt at gmail.com bernhard.voigt at gmail.com
Thu Feb 8 10:56:44 EST 2007


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, rshep... at nospam.appl-ecosys.com wrote:
>   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
> command line.
>
>   Is this possible? If so, how?
>
> Ric





More information about the Python-list mailing list