in reply to Tkx: package_require("style") crashes

I'm sure that the specific tcl/tk module is missing.

If you are running ActivePerl , it comes with "style" ( see Tcl::tkkit ).

If you compiled Tcl.pm yourself, well, now you have to manage your tcl install yourself.

If you installed ActiveTcl this means running teacup, its the ppm equivalent of the tcl world.

Otherwise, you need to seek help from tcl/tk/debian folk :)

http://wiki.tcl.tk/
Getting Tcl/Tk
Getting help
Debian packages for Tcl/Tk

widgettclptk

  • Comment on Re: Tkx: package_require("style") crashes

Replies are listed 'Best First'.
Re^2: Tkx: package_require("style") crashes
by saunderson (Novice) on Feb 18, 2012 at 11:27 UTC
    Thank you very much for your reply!

    After a long time searching i found the missing module in the Debian package tklib.

    Best regards