|
From: chedderslam on 20 Jun 2008 10:58 I am new to using teacup to install packages. I am trying to be able to "package require tcldebugger_attach". I started teacup in tclsh, and used the following commands: % set auto_path C:/Tcl/lib/tcl8.4 C:/Tcl/lib c:/tcl/lib/teapot/package/win32-ix86/lib c:/tcl/lib /teapot/package/tcl/lib % teacup install tcldebugger_attach Bad installation: Repository "C:/Documents and Settings/k5imimps.sad/ Teapot/repo sitory": Does not exist child process exited abnormally % I really don't know what I'm doing with teacup so any help would be appreciated. Thanks.
From: Larry W. Virden on 21 Jun 2008 06:59 On Jun 20, 10:58 am, chedderslam <chedders...(a)gmail.com> wrote: > % teacup install tcldebugger_attach > Bad installation: Repository "C:/Documents and Settings/k5imimps.sad/ > Teapot/repo > sitory": Does not exist That "Does not exist" message means that the directory where teacup expects to put things isn't there... That directory is set when someone installs ActiveTcl. What version of ActiveTcl is this and did you run the original download of ActiveTcl on that computer, and then leave everything as is? I would normally expect to see something like this if someone had installed ActiveTcl one place and then moved it, or installed it on one computer and then copied some of the files elsewhere, etc.
|
Pages: 1 Prev: xml-transforming (with tdom?) Next: Human readable size in bytes |