Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Can I run a python program from within emacs?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Grant Edwards, post: 3487727"] Could not get what to work? I honestly thought you were asking how to run/debug python programs inside emacs. A couple of the hits answered that question. The others explained how do get python-aware editing modes configured. Perhaps you'd be more comfortable with one of the IDEs? [URL]http://wiki.python.org/moin/IntegratedDevelopmentEnvironments[/URL] [URL]http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Python[/URL] Yes, you can run programs (including python debuggers) from inside emacs. The simplest way is to do "meta-x shell" to get a shell prompt inside emacs, then just type whatever command line you want to use to run the program. Or you can map a command to a keystroke that will run the program. I generally just have another terminal window open where I run the program -- but I've never liked IDEs so your tastes may differ. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Can I run a python program from within emacs?
Top