Skip to content

Instantly share code, notes, and snippets.

@mizutaki
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mizutaki/35c525c3aa5ce2990f6f to your computer and use it in GitHub Desktop.
Save mizutaki/35c525c3aa5ce2990f6f to your computer and use it in GitHub Desktop.
おいおいお

らららら

\ruby\2.2.0\tkextlib\setup.rbにパスを足す必要がある?
@mizutaki
Copy link
Author

Mac

setup.rb -- setup script before using Tk extension libraries
If you need some setup operations for Tk extensions (for example,
modify the dynamic library path) required, please write the setup
operations in this file. This file is required at the last of
"require 'tk'".
dir = '/usr/lib/tcltk/'
TkPackage.add_path(File.expand_path(dir))

@mizutaki
Copy link
Author

mizutaki commented May 1, 2015

Windows版ではパスを足しても足さなくても2.8だと動かなかった
2.6だと動いた
http://sourceforge.net/projects/tkdnd/files/Windows%20Binaries/TkDND%202.6/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment