Tony Esposito wrote:
> I did get my Perl and Tcl/Tk from ActiveState.com.  So what you are
> saying is I just have to download this Tk.pm file from
> ActiveState.com and install
> it in D:\Perl\site\lib\Tk.pm and I'll be ok, correct? Thanks!

No, you don't just copy the .pm file. You need to use ppm to install the
module, which installs a ton of files.

  C:\> ppm install Tk

But are you using an ancient verison of ActiveState Perl? Because Tk comes
standard with recent versions, AFAIK.

Note that Perl's Tk module is separate from Tcl/Tk and doesn't use or
require Tcl/Tk to be installed.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to