hi,
I have a tk script that uses a math package. I run it using the command "wish myscript.tk" in my linux system at home. It works fine. I run the same script using the same command in the linux system at my univ lab. It also works fine there.
today I tried to work at home by connecting to my lab with an ssh that also has X11 windowing forward enabled. Now I tried to run the same tk script with the same command through the ssh at the univ system from my home. It gives the following error:
Error in startup script: can't find package math
while executing
"package require math"
(file "fg23.tk" line 183)
Exit 1
I wonder what causes this problem, b'cos none of the compilers have a problem when the script is run directly on the system. then why is this error when I run it using ssh??
thanx in adv,
Raj.
I have a tk script that uses a math package. I run it using the command "wish myscript.tk" in my linux system at home. It works fine. I run the same script using the same command in the linux system at my univ lab. It also works fine there.
today I tried to work at home by connecting to my lab with an ssh that also has X11 windowing forward enabled. Now I tried to run the same tk script with the same command through the ssh at the univ system from my home. It gives the following error:
Error in startup script: can't find package math
while executing
"package require math"
(file "fg23.tk" line 183)
Exit 1
I wonder what causes this problem, b'cos none of the compilers have a problem when the script is run directly on the system. then why is this error when I run it using ssh??
thanx in adv,
Raj.