tohil icon indicating copy to clipboard operation
tohil copied to clipboard

a feathered serpent, delightful integration between python, the serpent, and TCL, the feather...

Results 9 tohil issues
Sort by recently updated
recently updated
newest added

Not a tohil problem per se, but wondering if anyone has encountered this and resolved it. I have a multithreaded Tcl program that does a bunch of calculations in each...

Should Makefile.in refer to 'python$(PYTHON_VERSION)' rather than 'python3'? For example in the 'test:' target where I hit the problem doing what it said in the README for FreeBSD installation. The...

Add a get_callback function to get the python callable behind the tcl command created with register_callback

Not sure if this is the intended behavior `{1:2,4:5}[6]` in regular python will give something like ``` Traceback (most recent call last): KeyError: 6 ``` While calling python through tohil...

Though not generally used for production purposes, it can be useful to install Python packages from VCS repos through pip by using a special URL (documentation: https://pip.pypa.io/en/stable/cli/pip_install/#vcs-support). Tohil cannot be...

`tohil::exec {import mymodule}` or `tohil::import mymodule` will both complain `No module named 'mymodule' (while evaluating python code) from python code executed by tohil` whereas a mymodule.py exists in same dir...

We've got all those commented printf's, it'd be great if we could turn them on at runtime. Preferably it would be configurable via Python (and perhaps even log via Python's...

Reduce reproduction of some code from pyman that triggers this: ```tcl package require tohil tohil::import inspect puts [tohil::eval {inspect.getmembers(inspect)}] ``` This causes an abort in `pyObjToTcl()` because `_pyObjToTcl()` is returning...