amykyta3 / tclpython

Tcl package that provides access to a Python interpreter
GNU General Public License v3.0
15 stars 1 forks source link

Provide access to the Tcl interpreter from Python #7

Open amykyta3 opened 6 years ago

amykyta3 commented 6 years ago

The tclpython used to provide access to the original Tcl interpreter from within the Python environment. This was done by automatically importing a tcl module into the namespace. #3 removed this feature but it should be added back based on feedback from @0beron.

Access to the original Tcl interpreter should be provided using the same mechanism, however the tcl module should not be unconditionally imported into the namespace.