Kevin J. Woolley wrote:
> I'm trying to use IWidgets with Tkx in Perl, but the following:
> 
> use Tkx;
> Tkx::package_require("Iwidgets");
> 
> Fails, saying that the package can't be found.

There is no Iwidgets included in the tkkit that ships with ActivePerl.  The
included modules are listed here:

http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Tcl/tkkit.html

> I've tried setting $tcl_pkgPath and $auto_path, both in the Tkx 
> namespace and in the main namespace to no effect.

Can you describe how you did this?

> I have ActivePerl 5.8.8.820 and ActiveTcl 8.4.14 installed.  
> What do I need to do to make this work?

I will be glad to assist in telling how to make another module work ... but
you don't want to use Iwidgets, IMO.  It is an outdated widget set that has
been superceded by tile and BWidgets.

Jeff

Reply via email to