Comment 2 for bug 19148

Revision history for this message
Matthias Klose (doko) wrote :

not a bug. It doesn't make sense to provide a separate shell for each Tcl
Extension. Also, the current blt version is 8.0.

just use wish for your scripts:

#!/usr/bin/wish

package require BLT

[...]