Re: Tk::TableMatrix chokes on Windows

Ch Lamprecht <[email protected]> Thu, 01 Mar 2007 08:26:20 +0100
Newsgroups gmane.comp.lang.perl.tk
Message-ID <[email protected]>
Michael Erskine wrote:
> Hi all,
> I find that the latest Tk::TableMatrix (v1.23 installed with PPM) fails to run 
> on Windows (latest ActiveState) with even the most minimal case, e.g. : -
> 
> #!perl -w
> use strict;
> use Tk;
> use Tk::TableMatrix;
> my $mw = new MainWindow();
> my $tab = $mw->TableMatrix()->pack;
> MainLoop();
> ------------------
> ...results in...
> 
> 
>>perl -w eg-tablematrix-minimal.pl
> 
> Had to create Tk::XlibVtab unexpectedly at C:/Perl/lib/DynaLoader.pm line 253.
> Use of uninitialized value in subroutine entry at C:/Perl/lib/DynaLoader.pm 
> line 253.
> 2ea86d4 is not a hash at C:/Perl/lib/Tk/Widget.pm line 190.
> 
> abnormal program termination
> 
>>Exit code: 3

Hi,

AS TableMatrix is broken. There is a working ppm on

http://www.bribes.org/perl/ppm/

Christoph
--++**==--++**==--++**==--++**==--++**==--++**==--++**==
ptk mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/ptk