http://www.perlmonks.org?node_id=989534

slugger415 has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks, I am distressed to see that the Tk module is not supported in later versions of the ActiveState version of Perl http://code.activestate.com/ppm/Tk/. I have new users wanting to use a script I wrote a few years ago that are unable to install the module. What are my choices? I see a module called Tkx but know nothing about it -- would it be difficult to port my script over to that? I also use Tk::Dialog which isn't in the list.

Thank you.

  • Comment on Tk not supported in ActiveState Perl 5.14+

Replies are listed 'Best First'.
Re: Tk not supported in ActiveState Perl 5.14+
by daxim (Curate) on Aug 24, 2012 at 13:47 UTC
      Thanks, this is useful! Scott
Re: Tk not supported in ActiveState Perl 5.14+
by zentara (Archbishop) on Aug 24, 2012 at 14:38 UTC
Re: Tk not supported in ActiveState Perl 5.14+
by aitap (Curate) on Aug 24, 2012 at 14:28 UTC
Re: Tk not supported in ActiveState Perl 5.14+
by bulk88 (Priest) on Aug 24, 2012 at 20:16 UTC
    Tkx and Perl Tk are not compatible. Different APIs. As other said, look for a different PPM repository, ActiveState's build farm is notorious for not working.