I use TextPad for Python and Jython development.

There is a Python syntax highlighter available on the TextPad web site you may 
be interested in.

It's pretty easy to create a new tool in TextPad to run the current window. 
Here is a summary of my
setup:

In TextPad preferences, create a new tool. Go to the configure screen for the 
tool and enter
Command: C:\Python24\python.exe or whatever the path is to your installation
Parameters: $File
Initial Folder: $FileDir
Regular expression: ^.*"([^"]+)", *line ([0-9]+)
File: 1
Line: 2

You can't run an interactive program from TextPad, you have to go to the 
command line for that.

Kent


[EMAIL PROTECTED] wrote:



Hi, Idol is not an option for me since it does not work with my screen reader. I am trying to use Notetab and Textpad to compile and run Python. Does anyone have directions for either program to do this?

Thanks.

Jim


James D Homme, Information Design + Development Highmark Inc. [EMAIL PROTECTED] 412-544-0527 "A gentle answer turns away wrath, but a harsh word stirs up anger. "


_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to