Code: Select all
#
# configure it like this: set feeds(#yourchan) {10 http://slashdot.org/slashdot.rss}
#
I just edited my /usr/local/lib/tcllib1.7/struct/graph.tcl and commented all version check lines like this :demond wrote:the problem is not with my script but with your TclLib, read my posting above about that; if you run latest TclLib, try to fix its init routine not to use the global variable version
Code: Select all
#if {
# ![catch {package require cgraph} version] &&
# [package vcompare $version 0.6] > 0
#} {
# # the cgraph package takes over, so we can return
# namespace eval ::struct {
# namespace import -force graph::*
# }
# return
#}