Prev: ActiveTCL/Tablelist broken?
Next: Data Backup
From: Gerhard Reithofer on 1 Jul 2010 08:23 On Thu, 1 Jul 2010, Gerhard Reithofer wrote: > Hi TCLers, > my ActiveTCL seems to be sick. > > $tclsh > % package require tablelist > ; ### NO version number! Tk loaded. It has todo with Tablelist version. After: ----------------------------------------------------- $ teacup remove tablelist Removing instance package tablelist 5.1 tcl $ teacup install tablelist 4.10 Resolving tablelist 4.10 ... [package tablelist 4.12.1 tcl @ http://teapot.activestate.com] Resolving Tcl 8 -is package ... [package Tcl 8.5.8 _ ... Installed outside repository, probing dependencies] Resolving Tk 8 -is package ... [package Tk 8.5.8 _ ... Installed outside repository, probing dependencies] Resolving tablelist::common 4.12.1-4.12.1 -is package ... [package tablelist::common 4.12.1 tcl ... Already installed in repository, probing dependencies] Retrieving package tablelist 4.12.1 tcl ...@ http://teapot.activestate.com ... Ok Installing into /opt/ActiveTcl-8.5/lib/teapot Installing package tablelist 4.12.1 tcl ----------------------------------------------------- My existing programs are running now. -- Gerhard Reithofer Tech-EDV Support Forum - http://support.tech-edv.co.at
From: Csaba Nemethi on 1 Jul 2010 15:07 Am 01.07.2010 14:23, schrieb Gerhard Reithofer: > On Thu, 1 Jul 2010, Gerhard Reithofer wrote: > >> Hi TCLers, >> my ActiveTCL seems to be sick. >> >> $tclsh >> % package require tablelist >> ; ### NO version number! Tk loaded. > > It has todo with Tablelist version. > After: > ----------------------------------------------------- > $ teacup remove tablelist > Removing instance package tablelist 5.1 tcl > $ teacup install tablelist 4.10 > Resolving tablelist 4.10 ... [package tablelist 4.12.1 tcl @ > http://teapot.activestate.com] > Resolving Tcl 8 -is package ... [package Tcl 8.5.8 _ ... Installed > outside repository, probing dependencies] > Resolving Tk 8 -is package ... [package Tk 8.5.8 _ ... Installed outside > repository, probing dependencies] > Resolving tablelist::common 4.12.1-4.12.1 -is package ... [package > tablelist::common 4.12.1 tcl ... Already installed in repository, > probing dependencies] > > Retrieving package tablelist 4.12.1 tcl ...@ > http://teapot.activestate.com ... Ok > > Installing into /opt/ActiveTcl-8.5/lib/teapot > > Installing package tablelist 4.12.1 tcl > ----------------------------------------------------- > > My existing programs are running now. > There must be something wrong with your teapot directory tree. After making sure that no "private" Tablelist files are visible to my ActiveTcl8.6 installation, I executed teacup update --only newer This command installed, among others, Tablelist 5.1 into the directory tree starting with <my_ActiveTcl8.6>/lib/teapot. After this upgrade, Tablelist 5.1 works for me as expected. Before doing the update, my ActiveTcl8.6 installation included Tablelist version 4.12.1, which is the same version as the one you got installed by using teacup. Now you could proceed like me (or use teacup install ....) to get the most recent Tablelist version. -- Csaba Nemethi http://www.nemethi.de mailto:csaba.nemethi(a)t-online.de
|
Pages: 1 Prev: ActiveTCL/Tablelist broken? Next: Data Backup |