Sujet : Re: console not working
De : luc (at) *nospam* sep.invalid (Luc)
Groupes : comp.lang.tclDate : 18. Dec 2024, 02:05:58
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20241217220558.5006a090@lud1.home>
References : 1 2
On Wed, 18 Dec 2024 01:24:58 +0100, greg wrote:
Hello,
regarding console,
there are also differences between wish and tclsh on Windows:
http://www.tcl.tk/man/tcl/UserCmd/wish.htm#M14
>
One solution would be:
https://wiki.tcl-lang.org/page/console+for+Unix
a wrapper for console.tcl in $tk_library
>
Also works with Windows.
>
Gregor
**************************
Thanks.
I ended up just making a text widget and using it as a debugger
pad.
Then I realized it's not possible to do what I wanted to do.
I was hoping I could look inside the internal tclexecomp
file system. I want to source a packed file. I'm not sure that
can be done. Freewrap does that. I think tclexecomp doesn't.
-- Luc>