Use UltraEdit run Python

C

cn.popeye

Use UltraEdit run Python

Run UltraEdit

Menu :Advanced menu/Tool Configuration command

Command Line: python %n%e

Working Directory:%p

Menu Item Name: run python

checked "Save Active File"

Command Output (DOS Commands ONLY)

checked " Capture the output to a list box "

click button "insert"

Action:
%P Path only ("C:\project\test\")

%N fileName only ("test")

%E Extension only (".py")

%P%N%E is equal to %F which is ("C:\project\test\test.py") in the example
above.


------test.py-------
#Welcome Messages! This is test!
print 'welcome to Python world!!! '


run *.py

Menu: Advanced menu/run python
 

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,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top