Search found 1 match

by Hefewiesen
Sun Oct 09, 2005 4:40 pm
Forum: General
Topic: Integrating Python with Textpad
Replies: 5
Views: 1733

Capture Python output

It doesn't seem to work. Ran this trivial program. TP is configured to run
python.exe.

a = 'dead';
b = 'parrot';
c = 'sketch'

print a, b, c

All I got was

Tool completed successfully

What's up. If I don't capture output it works just fine