stepan-mitkin / drakon_editor

DRAKON Editor
352 stars 57 forks source link

Missing 'Img' package from libtk-img from the ActiveTcl framework #47

Closed ToXP closed 3 years ago

ToXP commented 3 years ago

Hello everybody,

today I followed the instructions to install the DRAKON editor on my Mac OS High Sierra 10.13.6; I downloaded the ActiveTcl 8.6 package distribution, which contains the following packages (link):

https://docs.activestate.com/activetcl/8.6/pkg/

Unfortunately, when CLI: $ tclsh ./drakon_editor.tcl I get the following warning:

can't find package Img This script requires Img package. Consider installing libtk-img.

I downloaded/installed the libtk-img following the instructions from:

https://salsa.debian.org/tcltk-team/libtk-img

still the CLI: $ ./drakon_editor.tcl pops the same warning (cannot detect Img package).

Suggestions are welcome, thank you in advance!

ToXP commented 3 years ago

Good news, it was already solved here (click the link):

https://github.com/stepan-mitkin/drakon_editor/issues/18#issuecomment-329899915