Re: Problem installing tcllib using teacup : TCL
This is a discussion on Re: Problem installing tcllib using teacup within the TCL forums in Programming Languages category; Bugs wrote: > On Windows (Vista), I'm attempting to install tcllib using teacup. > Here's what's happening: > > C:\Tcl\bin>teacup install tcllib > Resolving tcllib -is package ... Nothing found. > Aborting installation, was not able to locate all dependencies. "tcllib" is a distribuion, not a package. What package(s) do you want to install? Use teacup to get them. -- | Don Porter Mathematical and Computational Sciences Division | | donald.porter@nist.gov Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________|...
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| > On Windows (Vista), I'm attempting to install tcllib using teacup. > Here's what's happening: > > C:\Tcl\bin>teacup install tcllib > Resolving tcllib -is package ... Nothing found. > Aborting installation, was not able to locate all dependencies. "tcllib" is a distribuion, not a package. What package(s) do you want to install? Use teacup to get them. -- | Don Porter Mathematical and Computational Sciences Division | | donald.porter@nist.gov Information Technology Laboratory | | http://math.nist.gov/~DPorter/ NIST | |______________________________________________________________________| |
|
#2
| |||
| |||
| Donald G Porter wrote: > Bugs wrote: >> On Windows (Vista), I'm attempting to install tcllib using teacup. >> Here's what's happening: >> >> C:\Tcl\bin>teacup install tcllib >> Resolving tcllib -is package ... Nothing found. >> Aborting installation, was not able to locate all dependencies. > > "tcllib" is a distribuion, not a package. Ah! Gotcha, makes sense. > > What package(s) do you want to install? Use teacup to get them. > I want them all! Anyway to do that with teacup and not one by one? |
|
#3
| |||
| |||
| On Jan 24, 9:48 pm, Bugs <d...@spamon.me> wrote: > Donald G Porter wrote: > > Bugs wrote: > >> On Windows (Vista), I'm attempting to install tcllib using teacup. > >> Here's what's happening: > > >> C:\Tcl\bin>teacup install tcllib > >> Resolving tcllib -is package ... Nothing found. > >> Aborting installation, was not able to locate all dependencies. > > > "tcllib" is a distribuion, not a package. > > Ah! Gotcha, makes sense. > > > What package(s) do you want to install? Use teacup to get them. > > I want them all! Anyway to do that with teacup and not one by one? teacup install tcllib -is profile -Alex |
|
#4
| |||
| |||
| On Jan 24, 3:48 pm, Bugs <d...@spamon.me> wrote: > Donald G Porter wrote: > > > "tcllib" is a distribuion, not a package. > > Ah! Gotcha, makes sense. > > > What package(s) do you want to install? Use teacup to get them. > > I want them all! Anyway to do that with teacup and not one by one? Over at http://wiki.tcl.tk/teacup the second thing recommended to do (the first being teacup update- self) is a run of teacup install ActiveState::ActiveTcl -is profile (where one might have to add arguments for proxy, timeout and maybe a few others, depending on various issues). This loads the original bundle of activetcl packages, including all of tcllib. Frankly, if you have the room and patience, you might run teacup update next, as that would attempt to install any other packages that are potentially of use on your platform. |

