RE: Tk with Perl

2003-01-24 Thread Peter_Farrar
>Trying it now from the Command Prompt.seems to be just 'sitting' >there. Hi Tony, If you're still having trouble getting the package, it could be a firewall issue. I have to download packages, then install from my local box because of corporate B()[[S][|~!. I believe this is the correc

RE: Tk with Perl

2003-01-23 Thread Tony Esposito
--Original Message- From: Perry, Alan [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:32 PM To: [EMAIL PROTECTED] Cc: Tony Esposito Subject: RE: Tk with Perl Tony Esposito wrote: > I am using ActiveState Perl 5.6.1. That does not seem too old to me. > Is there an ftp

RE: Tk with Perl

2003-01-23 Thread Perry, Alan
Tony Esposito wrote: > I am using ActiveState Perl 5.6.1. That does not seem too old to me. > Is there an ftp site where I can download Tk.pm? > Then I will install Tk using the Perl Package Mgr. There is actually no need for that, as long as you have Internet access. If you type (note the "ppm3

RE: Tk with Perl

2003-01-23 Thread Tony Esposito
Expressway Suite 900 Richardson, Texas 75080, USA Direct (972)643-3115 Fax (972)479-9779 -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:06 PM To: Tony Esposito Cc: [EMAIL PROTECTED] Subject: RE: Tk with Perl Tony Esposito wrote: > I did

RE: Tk with Perl

2003-01-23 Thread Bob Showalter
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 pp

RE: Tk with Perl

2003-01-23 Thread Tony Esposito
r and Extricity 2425 North Central Expressway Suite 900 Richardson, Texas 75080, USA Direct (972)643-3115 Fax (972)479-9779 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 3:41 PM To: Tony Esposito Cc: [EMAIL PROTECTED] Subject: Re: Tk

Re: Tk with Perl

2003-01-23 Thread Peter_Farrar
>I have installed Perl 5.6.1 ( which works ) and Tcl/Tk 8.3 ( which >works ) on Windows 2000 but when I try to perl -e "use Tk" I get the >following error: > >Can't locate Tk.pm in @INC ( @INC contains: D:/Perl 5.6.1/lib >D:/Perl 5.6.1/site/lib . ) at -e line 1. Have you d

Tk with Perl

2003-01-23 Thread Tony Esposito
Help I have installed Perl 5.6.1 ( which works ) and Tcl/Tk 8.3 ( which works ) on Windows 2000 but when I try to perl -e "use Tk" I get the following error: Can't locate Tk.pm in @INC ( @INC contains: D:/Perl 5.6.1/lib D:/Perl 5.6.1/site/lib . ) at -e line 1. And I ca