libtclpy icon indicating copy to clipboard operation
libtclpy copied to clipboard

Results 4 libtclpy issues
Sort by recently updated
recently updated
newest added

This is a very basic but nevertheless working build instruction for libtclpy under Windows. My setup is a Windows Vista machine with Visual Studio 2008 Express, ActiveTcl 8.6 and Python...

I have used this library to interact with numPy from a simple Tcl program, to see whether this would work and what would be required for a convenient API. I...

Currently, the results of a **py call**'s ends with: - Otherwise, the str function is applied to the python object Please consider changing to: - Otherwise, the repr function is...

It would be very nice to be able to "pass" a Tcl channel to Python methods that expect a stream as one of their arguments. Likewise, it would be nice...