I have ActiveTCL installed in Windows and tried teacup with your example, it's very cool. I didn't find the teacup in Linux where tcl/tk came with yum .
Thank you mikrom, I have run that follow your instruction in Windows platform, It is very interesting although my installation is in Linux. I'm a newbie in Window.
The issue has been resolved. We got tcl lib dir first by
tcl> info library
and then soft link all *.so and *.tcl of tclodbc to...
Thank you for replying... thacoda. I added it, but still no luck.
% lappend auto_path "/usr/local/tcl/bin/lib/tclodbc2.5"
/usr/local/lib/tcl8.5 /usr/local/lib /usr/local/tcl/lib /usr/local/tcl/bin/lib/tclodbc2.5
% package require tclodbc
can't find package tclodbc
I found empty pkgIndex.tcl...
Hi, anyone can help me with the issue:
I have installed tclodbc in redhat
/usr/local/tcl/bin/lib/tclodbc2.5/libtclodbc2.5.so
But tcl seems not realize the installation. How can we let it know, register in somewhere?
% package require tclodbc
can't find package tclodbc
Hi,
I'm pretty new in tcl. I made the following proc log_event. There are three parameters passed: "msgid, state and status".
When I called "log_event dkflj fjlksd fdjls",
the script doesn't treat the parameter as variables! I appreciate if anyone can shed a light on it.
mysql> select * from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.