Try setting your shell variable $DISPLAY as your ip address. Find out your IP address (for example 123.12.342.12) and use the following syntax. This tells the system what terminal or machine to display the GUI/Tk elements. If you're running on a PC using a emulator, you can open a DOS command shell and type "ipconfig" to get your IP. On a UNIX box, you can use your hostname instead of the IP address.
# C shell syntax
setenv DISPLAY 123.12.342.12:0
Rich36
There's more than one way to screw it up...