Tk in a safe interpreter
Posted to
tcl
by rmax at Tue Nov 08 08:53:15 GMT 2022
view raw
package
require Tk
update
interp
create -safe i
safe::loadTk i
i
eval
package require Tk
Comments
Posted by rmax at Tue Nov 08 16:02:06 GMT 2022
[text]
[code]
Works when the safe interpreter is created with the [safe::interpCreate] command.
Works when the safe interpreter is created with the [safe::interpCreate] command.
Recent Posts
junk by bcharder
28 days ago
tcl by egavilan
37 days ago
tcl by Stu
39 days ago
tcl by Stu
39 days ago
tcl by oldlaptop
72 days ago
tcl by oldlaptop
72 days ago
tcl by Molnija Bjornsson
77 days ago
tcl by Molnija Bjornsson
77 days ago
tcl by zmoment
77 days ago
tcl by zmoment
77 days ago
Submit
New paste
Documentation
From Jabber
Comments
Posted by rmax at Tue Nov 08 16:02:06 GMT 2022 [text] [code]
Works when the safe interpreter is created with the [safe::interpCreate] command.