Forum OpenACS Q&A: Simple thread program in Tcl/Tk

Collapse
Posted by Siddhu Dhan on
Dear Friends,
I tried simple thread program in Tcl/Tk . But I got error like package require Thread not found.
can any body give me solution by writing the simple program.

Regards
Dhanu

Collapse
Posted by Gustaf Neumann on
You need the tcl thread extension, which can be get from sourceforge
http://sourceforge.net/project/showfiles.php?group_id=10894&package_id=10438

or - if you are working under windows - for example from http://wintcltk.sourceforge.net/

Many distributions include already the thread extension.