Running Application Within Emacs

R

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
command line.

Is this possible? If so, how?

Ric
 
B

bernhard.voigt

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,167
Latest member
SusanaSwan
Top