Graham Etherington wrote:
> Hi, I'm trying to use an application which uses Perl Tk, so I've downloaded, 
> gunzipped, untarred and installed tcl 8.3.3 and tk 8.3.3. They install and 
> test fine, but when I run my application (VGO - Virus Genome Organiser) I 
> get an error saying "Can't locate Tk.pm in @INC" and goes on to list the 
> directories in which I installed tcl and tk.
> Surely, tk 8.3.3 should contain Tk.pm!? Can anyone spot any glarring 
> mistakes I've made?

Tk contains the Tk environment. Tk.pm is a perl module that interfaces
with Tk.  You have to install Tk.pm separately.

On a *nix box:
    # perl -MCPAN -e 'install Bundle::Tk'

On a Win32 box, you might have to get a PPM or equivalent distribution
of Tk.pm.

-- 
Me? Lady, I'm your worst nightmare -- a pumpkin with a gun.
    -- Mervyn Pumpkinhead, The Sandman
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to