Integrating Python with Textpad
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Integrating Python with Textpad
How do I integrate Python with Textpad Any Tips 
- Bob Hansen
- Posts: 1516
- Joined: Sun Mar 02, 2003 8:15 pm
- Location: Salem, NH
- Contact:
Have you tried to do a search yet? 57 postings returned on "python":
http://www.textpad.com/forum/search.php?mode=results
http://www.textpad.com/forum/search.php?mode=results
Hope this was helpful.............good luck,
Bob
Bob
- talleyrand
- Posts: 624
- Joined: Mon Jul 21, 2003 6:56 pm
- Location: Kansas City, MO, USA
- Contact:
-
Hefewiesen
- Posts: 1
- Joined: Sun Oct 09, 2005 4:28 pm
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
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