Does anyone have the source-code for SEE_interpreter_init_hostglobal, please?
4 views
Skip to first unread message
Edward HD
unread,
Jun 9, 2025, 2:04:56 PMJun 9
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tkhtml3
Hello, I am currently working on adding JavaScript support to TkinterWeb. I am trying to compile TclSEE—the original JS engine for TkHTML—but I am unable to do so because neither SEE nor HV provide a definition for SEE_interpreter_init_hostglobal. When I try replacing it with SEE_interpreter_init_compat (as was done previously), the global object (Window) doesn’t work. I know that the version from here works, but that was before this commit. Do you have the source code for SEE_interpreter_init_hostglobal please?