Re: 8.5, teacup & tkcon...



O/H Andreas Kupries έγραψε:
Georgios Petasis <petasis@xxxxxxxxxxxxxxxxx> writes:

Hi all,

I have used teacup and downloaded everything, including tkcon.
tkcon is an "application". However, how am I supposed to run this
application?


I can see that tkcon has been downloaded at "C:\Program Files
(x86)\Tcl\lib\teapot\application\tcl\teapot\tkcon-2.5.tm", as a tcl
module. I must create a manually file that sources this module?

No. This is the tkcon.tcl file you would have from ActiveTcl 8.4, so
you can run it directly with your tclsh and/or wish.

What is the "normal" way for running these applications?

Depends. For a pure Tcl script like Tkcon the tclsh and/or wish in
your ActiveTcl. Starkits need the same. Starpacks are their own
executable.


But I still haven't understood. I have installed tkcon application with teacup. How can I run it?

George
.



Relevant Pages

  • Re: tkcon in a C application
    ... I'm adding tcl to my C application. ... I also want to supply a decent console for invoking my C functions via ... This is AFAIK the standard to launch a new Tkcon session, ... to (as explained in the above wiki page). ...
    (comp.lang.tcl)
  • Re: How to create an interactive command line application?
    ... >> I think your best bet is to go with tkcon, but you can do what you ... >> want with a more elaborate event loop script in tcl. ... > while loop) or the stdin package inside tlhttpd (using the event loop to ...
    (comp.lang.tcl)
  • Re: 8.5, teacup & tkcon...
    ... tkcon is an "application". ... This is the tkcon.tcl file you would have from ActiveTcl 8.4, ... you can run it directly with your tclsh and/or wish. ... For a pure Tcl script like Tkcon the tclsh and/or wish in ...
    (comp.lang.tcl)
  • Re: tkcon usage question
    ... > who was trying to use tkcon to experiment interactvely with tcl and tk. ... but you could create a new interp and start over ... then someFunc better not try to call Tk functions (well ...
    (comp.lang.tcl)
  • Re: tkcon usage question
    ... > who was trying to use tkcon to experiment interactvely with tcl and tk. ... Ah yes, killing of Tk, but not the interp. ... destroying '.' ...
    (comp.lang.tcl)