Re: can't find package __teapot__ ???



Hi Larry,
well, teapot is the name of ActiveState's ActiveTcl software
repository, designed to provide packages to a software administrator.
yeah, I have heard about it - don't know whether I would need it or
not though.

The steps _I_ would take if this were my problem would be:

1. Recommend the client uninstall the previous activetcl, download the
latest Tcl 8.4 Windows ActiveTcl, and install it
It was a fresh install of Tcl 8.4.14.
2. Make certain the user has installed my script into a directory
containing nothing else
This is probably / almost certainly the case.
3. Report the situation to activestate with a high priority assigned.
Hm, not sure what to report.

Anyway, this is one of those rare days, where a problem disappeared
all by itself (usually they appear from nowhere and insist on hanging
around).
Doing some hand-holding via telephone the program now runs like it
should. Differences:
- It is possible (though a bit unlikely) that the machine was rebooted
in the meantime.
- When it failed the user was in Tcl's bin directory and called
tclsh c:\somedir\somescript.tcl c:\destDir
(note the '\')
- When called from the script's directory like
tclsh somescript.tcl .
everything was ok (note the '.' for the directory and that no paths
are involved).

Looks like the culprits are the '\' in the invocation? Well, trying
version 1 on my machine worked as well as version 2, so it appears far
from obvious.

But the problem is gone so I won't trouble myself guessing for
reasons.
Thanks for your thoughts and best regards
Helmut Giese
.



Relevant Pages

  • Re: regexp again :( i am about to explode.....
    ... Start tclsh without arguments, type your commands at the % prompt, see ... without trying to match white space, i could do easily ...but the ... Your problem is that re_syntax and Tcl are different ...
    (comp.lang.tcl)
  • Re: Perl like "warnings"
    ... :>> When I write Perl scripts I can do a syntax check from the command line ... :>> Does Tcl have the equivalent? ... :> No tclsh does not have this. ... It would provide at least a first pass at locating various syntax errors. ...
    (comp.lang.tcl)
  • Re: Delete a text file
    ... >Is it possible to delete a text file with TCL? ... must be atime, attributes, channels, copy, delete, ...
    (comp.lang.tcl)
  • Re: C++/Tcl/C++ Interface
    ... retrieve them in a convenient format. ... This isn't "diving into the guts of Tcl", it is using the Tcl API in the ... In tclsh if I load GL.so, ... In case I know package name, then I guess Tcl_PkgRequire might solve ...
    (comp.lang.tcl)
  • Parsing arguments in C extension
    ... As part of a large project, I need to write a family of extension ... verbs for the Tcl interpreter -- that's tclsh, ... This is pretty much the same syntax as all existing Tcl ...
    (comp.lang.tcl)