Re: [TDK] can't find package tbcload 1.6
by Jeff Hobbs other posts by this author
Jan 3 2008 11:47AM messages near this date
view in the new Beta List Site
[TDK] can't find package tbcload 1.6
|
[TDK] Using tclcompiler3.1 with tcl8.4.9 ?
Hi Mark,
Mark Howe wrote:
> I've just bought the TDK, and am attempting to produce a standalone
> version of a Tk script. Whichever way I try it, I get
>
> The TclPro ByteCode Loader is not available or does not support the
> correct version -- can't find package tbcload 1.6
> while executing
> "source $startup"
> (file "/home/mark/tclapp-out.5-thread-linux-ix86/main.tcl" line 21)
>
> This appears to be true - both versions of ActiveTcl on my machine
> provide tbcload1.7. I can't find tbcload1.6 anywhere on my system.
>
> I'm running build TDK4.0.4.283511 and ActiveTcl 8.5.0.0.283511 (as well
> of ActiveTCL 8.4 circa a month ago that behaves the same way) under
> Ubuntu Linux.
tbcload 1.7 is compatible with 1.6, so that is not the problem. I
suspect the issue is the former part of the string - that the package
could not be found.
When you create a wrapped exe (I assume you used TclApp?), it is fully
self-contained. That means it needs to put the tbcload package in when
wrapping. TclApp should do this automatically if you select the right
options. If you send us (not the list) your .tpj file, we can see if
things look right.
Regards,
Jeff
_______________________________________________
TDK mailing list
TDK@[...].com
http://listserv.ActiveState.com/mailman/listinfo/tdk
Thread:
Mark Howe
Jeff Hobbs
|