No other errors. The module (Tcl::Tk) loaded just fine. Does the module
expect a specific version of tcl?
Jeff Hobbs wrote:
On 31/03/2009 11:09 AM, Michele Joyce wrote:
I've been successfully using Tcl::Tk 0.97 with perl 5.8.4. Our sys
admin has just made perl 10.0 available for use, but I'm now I'm
having issues with using the Tcl::Tk module.
my $mw = tkinit;
Gives me the error:
Tcl procedure 'winfo' not found at
/usr/csite/pubtools/perl/5.10.0/lib/site_perl/5.10.0/Tcl/Tk.pm line 591.
Has the module been built correctly? I was unable to find a later
version of the module on CPAN, than 0.97
That looks like Tcl initialized but Tk did not. Where there no other
errors? Do you have Tk available in the same place?
Jeff