Tag Archives: tcl

tDOM wasn’t compiled for multithreading

If you see the message tDOM wasn’t compiled for multithreading on doing “package require tdom“, the problem is related to the TCL implementation being multi-threaded while the version of tdom library that is being loaded was built without multi-threading support. The fix is to install a version of tdom with multi-threading support. Run “teacup install [...]

Share
Posted in Uncategorized | Tagged | Leave a comment