Re: can't find package __teapot__ ???
- From: "Larry W. Virden" <lvirden@xxxxxxxxx>
- Date: Wed, 31 Oct 2007 16:59:45 -0000
On Oct 31, 11:17 am, Helmut Giese <hgi...@xxxxxxxxxxxxx> wrote:
Differences:
- When it failed the user was in Tcl's bin directory and called
tclsh c:\somedir\somescript.tcl c:\destDir
(note the '\')
I wonder if the problem was being in Tcl's bin directory - you
indicated in your original (well followup) message:
The script in question is a small Tcl-only (no GUI) script which only
depends on one extension present in the same directory and which getslappend auto_path .
loaded like
package require Hrt
Notice that you add . rather than a directory name, to auto_path, then
do a package require.
Perhaps something in the tcl bin directory interfered. Or, if the user
didn't have Hrt installed in the bin directory, then perhaps the
package require was having problems.
Alas, I don't have access to a Windows machine where I can test out
these theories.
.
- References:
- can't find package __teapot__ ???
- From: Helmut Giese
- Re: can't find package __teapot__ ???
- From: Larry W. Virden
- Re: can't find package __teapot__ ???
- From: Helmut Giese
- can't find package __teapot__ ???
- Prev by Date: Summary (was: exec trouble)
- Next by Date: Re: Expect log_file Issue
- Previous by thread: Re: can't find package __teapot__ ???
- Next by thread: whats the path of menu entries within the menubar of a minwindow ( Iwidgets )
- Index(es):
Relevant Pages
|