RE: [Tktable] Tktable2.8 not loaded statically
by Jeff Hobbs other posts by this author
Jan 17 2003 10:29PM messages near this date
[Tktable] Tktable2.8 not loaded statically
|
[Tktable] Re: Makefile problem, Tktable2.8, IRIX 6.5.12
> Does anyone know how to fix the following error? Tktable.py is in the
> demo directory of Tktable2.8
>
> % python tktable.py
> Traceback (most recent call last):
> File "tktable.py", line 332, in ?
> command=test_cmd)
> File "tktable.py", line 68, in __init__
> master.tk.call('load', '', 'Tktable')
> TclError: package "Tktable" isn't loaded statically
>
> We're trying to run Tktable2.8 on IRIX 6.5.12. It seemed to install ok
> otherwise.
It's not finding the Tktable library anywhere. This is in the __init__
call, where it first tries to do 'package require Tktable', then tries
'load "" Tkable' if that fails (that error is uncaught). That file
was actually contributed to me, so I couldn't say how to make sure that
Tkinter knows how to find Tktable.
Jeff Hobbs The Tcl Guy
Senior Developer http://www.ActiveState.com/
Tcl Support and Productivity Solutions
-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
_______________________________________________
Tktable-users mailing list
Tktable-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tktable-users
Thread:
William Baxter
Jeff Hobbs
|