Prev: Regex for Twitter usernames: need to exclude e-mail addresses
Next: Evaluating a complex list as a recursive command call?
From: Andreas Kupries on 9 Jul 2010 00:55 Gerhard Reithofer <gerhard.reithofer(a)tech-edv.co.at> writes: > > $ wish > % package require -exact tablelist::common 5.1 > 5.1 > % ::tablelist::useTile 0 > % ::tablelist::createBindings > % info procs ::tablelist::createBindings > % info commands ::tablelist::createBindings > ------------------------------------ > > For me it's the major problem, that I can execute a procedure which DOES > NOT exist! > These functions do not return anything. One of note is the very old system for auto loading code, baed on tclIndex files. The information for that is in the global variable ::auto_index, and consulted by 'unknown'. That being said I have seen the other thread, where the issue has been traced down to some problem with handling of PNG images. As you are using Tvl 8.5 that means you are using the Img package, more specifically img::png, and the support packages/libraries pngtvl and zlibtcl. I wonder if there is some mismatch between the various shared libraries for these. It might be beneficial to remove these three packages from the teapot and then reinstall them. -- So long, Andreas Kupries <akupries(a)shaw.ca> <http://www.purl.org/NET/akupries/> Developer @ <http://www.activestate.com/> ------------------------------------------------------------------------------- |