Re: Sending CTRL+C in script to TCL shell
From: Sektor van Skijlen (ethouris_at_pl.spamu.lubie.nie.wp.invalid)
Date: 10/19/04
- Next message: Robert: "Tk Native LookAndFeel"
- Previous message: Robert Seeger: "Re: Sending CTRL+C in script to TCL shell"
- In reply to: Robert Seeger: "Re: Sending CTRL+C in script to TCL shell"
- Next in thread: Donal K. Fellows: "Re: Sending CTRL+C in script to TCL shell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 19 Oct 2004 18:32:01 +0000 (UTC)
Dnia Tue, 19 Oct 2004 16:35:53 GMT, Robert Seeger skrobie:
> Of course it does. The most commonly used libraries (also called
> packages ;) for doing so are TclX and Expect (as per the link). Unlike
> many languages, Tcl tends not to put everything in the core. Instead,
> base functionality goes in the core, and less commonly used items (or OS
> specific items, in some cases) go in other packages.
Sounds good, as long as there is some easy and well explained way to install
these packages. Some time ago I asked for one and no-one responed. I also
didn't find anything interresting about it on wiki.
In particular - it's very good how much libraries/packages are available in
ActiveTcl for Windows. But how - in most easy way - to install these libraries
on UNIX?
The problem is that most of the scripts I use must use such capabilities, as
they are accessible in the global Tcl's installation on server. I don't know
how our admins installed it, but despite that "package names" returns, for
example, Itcl, the "package require Itcl" returns an error message, because it
didn't find .so (but .a instead). Itcl would be very useful for me, but until
it is available, I cannot use any of its capabilities. The same concerns TclX.
I don't expected something like CPAN. I would expect only some package
installer, which doesn't require to run configures, makes, installs and so on
(and bother about compiler errors, which are nothing unusual in case of many
packages).
-- // _ ___ Michal "Sektor" Malecki <sektor(whirl)kis.p.lodz.pl> \\ L_ |/ `| /^\ ,() <ethourhs(O)wp.pl> // \_ |\ \/ \_/ /\ C++ bez cholesterolu: http://www.intercon.pl/~sektor/cbx "Java does not have pointers!"
- Next message: Robert: "Tk Native LookAndFeel"
- Previous message: Robert Seeger: "Re: Sending CTRL+C in script to TCL shell"
- In reply to: Robert Seeger: "Re: Sending CTRL+C in script to TCL shell"
- Next in thread: Donal K. Fellows: "Re: Sending CTRL+C in script to TCL shell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|