|
From: Vince D. <vi...@sa...> - 2002-11-26 10:20:06
|
Insert a line 'puts [pwd]' just before the 'source' statement so you can be sure the current directory hasn't changed. That would seem to be the most likely answer... -- Vince <http://www.santafe.edu/~vince> On Tue, 26 Nov 2002, Holger Schulz wrote: > I try to run a tcl script called gpsman.tcl downloaded from > > http://www.ncc.up.pt/~mig/gpsman.html > > I could start it easily with tcl/tk and X11 installed via fink. I tried > to run it with TclTkAqua, I openen it in Wish and got the error > > couldn't read file "gmsrc/main.tcl": no such file or directory > couldn't read file "gmsrc/main.tcl": no such file or directory > while executing > "source [file join $SRCDIR main.tcl]" > (file > "/Installer:Updates/Current/GPS:Garmin/gpsman-5.4.2/gpsman.tcl" line 400) > > > The directory gmsrc is a subdirectory of that where gpsman.tcl is in and > it contains a file main.tcl. Wish should be able to find it, shouldn't > it? > > Any hints? > > hs > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Get the new Palm Tungsten T > handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac > |