Re: UltraEdit and Python

2006-06-09 Thread No
I'm replying to me... In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > > How do I sent up Ultra Edit to work w/ Python? > > > > How do I get Ultra Edit to run a Python script currently in the edit window > > and supply res

Re: UltraEdit and Python

2006-06-09 Thread No
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > How do I sent up Ultra Edit to work w/ Python? > > How do I get Ultra Edit to run a Python script currently in the edit window > and supply results? > > I can't figure out how to get Ultra Edit to invoke the Python debugger to > allow

Re: UltraEdit and Python

2006-06-09 Thread John Salerno
gregory diaczok wrote: > How do I sent up Ultra Edit to work w/ Python? What do you mean? > How do I get Ultra Edit to run a Python script currently in the edit window > and supply results? With much help from Kent Johnson, I have the following line set up in a custom Tool Configuration: C:\Py

Re: UltraEdit and Python

2006-06-09 Thread kilnhead
Check out the following link: http://gurno.com/adam/python_wordfile.txt gregory diaczok wrote: > How do I sent up Ultra Edit to work w/ Python? > > How do I get Ultra Edit to run a Python script currently in the edit window > and supply results? > > I can't figure out how to get Ultra Edit to in

UltraEdit and Python

2006-06-08 Thread gregory diaczok
How do I sent up Ultra Edit to work w/ Python? How do I get Ultra Edit to run a Python script currently in the edit window and supply results? I can't figure out how to get Ultra Edit to invoke the Python debugger to allow stepping through a Python script and view each line reults? How do I se