Hi,

Sorry if this is an obvious question but I am new to python and can't seem to find an easy example for what I want to to.

I would like to define a button with tinker and then have that execute a scriptable shell binary file with options.

In TCL/TK, this would be a simple example ;

Code:
#!/usr/bin/wish -f
frame .rc -borderwidth 2
wm title . "Resources"
pack
...