> No other errors. The module (Tcl::Tk) loaded just fine.  Does 
> the module 
> expect a specific version of tcl?

you can check this out by looking at dependancies with "ldd" command for the 
proper "so" file containing the binary for accessing libtclXX.so

The problem that Perl could not find Tk for some reason, it could be wrong or 
lacking libtk8[45].so library.

Can you invoke a "wish" command for the exactly same tcl/tk as Perl uses?

How did you compiled the module? you haven't used any --usestubs --nousestubs 
for
  perl Makefile.PL 
?

> 
> 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
> 

Reply via email to