in reply to Re^5: Using GIS/Shapefiles with Perl Tk Widgets
in thread Using GIS/Shapefiles with Perl Tk Widgets

Looking at the Synaptic Package Manager in the Ubuntu Distro searching Tk shows that only tk-8.4 is installed. Any other way I can check to see if Tk is installed?
  • Comment on Re^6: Using GIS/Shapefiles with Perl Tk Widgets

Replies are listed 'Best First'.
Re^7: Using GIS/Shapefiles with Perl Tk Widgets
by zentara (Cardinal) on May 15, 2007 at 11:35 UTC
    #!/usr/bin/perl use Tk; print $Tk::VERSION,"\n"; # 1-liner # perl -mTk -e 'print $Tk::VERSION' # On Windows one needs double quotes. # perl -mTk -e "print $Tk::VERSION"
    But Ubuntu is one of those distros that have had problems with an unpatched Tk version. Try to install Tk with latest patches

    I'm not really a human, but I play one on earth. Cogito ergo sum a bum