# tk_as_gem **Repository Path**: mirrors_rdp/tk_as_gem ## Basic Information - **Project Name**: tk_as_gem - **Description**: the tk extension extracted from core and gem-ified - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README the tk extension extracted from core and gem-ified gem install tk_as_gem originally extracted from 1.9.1p376, then added a minor change to make it work with mingw/msys. To install into an existing mingw distro: install ActiveTcl [c:\tcl] (should add itself to the path) C:>gem install tk_as_gem Note: ruby.exe and your tcl dir must be on the same drive. Might install for linux, as well. Note that this only works for 1.9 -- for 1.8 mingw you can install some binaries from here: http://github.com/rdp/ruby_windows_tk Bugs: currently to exit out of ruby, once you've done a require 'tk' of the gem, you must *first* close all outstanding open Tk windows, THEN exit your ruby process, otherwise it will hang. Also you "might" need Tcl/Tk 8.4 instead of 8.5 (you certaintly do, for 1.8), with its bin in your path. To install from other dir: gem install tk_as_gem -- --with-tcl-dir=/installs/Tcl --with-tk-dir=/installs/Tcl