Importing tkextlib/tkimg

Hi, I’ve been having trouble finding a way to import this library.
I’ve tried what was said in the topic “RubyTk - tkimg fails to import?”,
however none of those workarounds has worked for me.

I downloaded ActiveTcl and could not find a Img1.x folder. I tried
copying individual img_* folders, but that did not work either. I
deleted the files tk85.dll and tcl85.dll in the ruby bin folder, but it
does not load ActiveTcl’s libs, and intead throws this error:

C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
require': 126: No se puede encontrar el m¾dulo especificado. - C:/Ruby193/lib/ruby/1.9.1/i386-mingw32/tcltklib.so (LoadError) from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire’
from C:/Ruby193/lib/ruby/1.9.1/tk.rb:11:in <top (required)>' from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:inrequire’
from
C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
require' from C:/Users/Reiswindy/Desktop/Sketch.rbw:1:in

I tried compiling the Tkimg source code as well, but I couldn’t find the
required libraries to compile it either.

If anyone here can help with this I would be very grateful

Hi,

I downloaded ActiveTcl and could not find a Img1.x folder. I tried
copying individual img_* folders, but that did not work either.

Do you know, that “Img1.x” means, for example “Img1.4”?

You could try “everything” (http://www.voidtools.com/) in order to find
it.

If you cannot find it, let me know your email address.

Regards,
Axel

Axel F. wrote in post #1166559:

Do you know, that “Img1.x” means, for example “Img1.4”?

You could try “everything” (http://www.voidtools.com/) in order to find
it.

Yes, I did. “everything” could not find it either, there were no folders
with that name (or similar). Only img_* folders where inside it.

I just fixed this by installing an older version of ActiveTcl (8.5.14)
and deleting the ruby bin dlls. The newer ones available on the official
website would not work for me that way for some reason.

Thanks for your help in any case.