Re: can't find package Tk?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: can't find package Tk?

From: Arjen Markus <arjen.markus@wldelft.nl>
Date: Fri Mar 03 2006 - 15:26:39 CET

It means that it can not load the library implementing the Tk extension
for Tcl.
But first things first:

What platform are you on (operating system, hardware ...)
What version of Tcl are you using?
How do you start it?

It may be necessary to start your application via "wish" instead of
via "tclsh". So:

c:\> wish gpsfeed+.tcl

(or something like that)

Regards,

Arjen
Received on Sun Apr 30 02:22:40 2006