Home > Archive > PerlTk > April 2004 > Download what for Tk
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Download what for Tk
|
|
| bxb7668 2004-04-12, 5:40 pm |
| I have ActiveState Perl 5.6.1 that does not include the Tk modules.
What do I need to download from CPAN to add the Tk modules? I've
looked at the module list and there is a whole bunch of Tk modules.
Must I download them all one by one?
Brian
| |
| Ala Qumsieh 2004-04-12, 6:52 pm |
| "bxb7668" <bxb7668@somewhere.nocom> wrote in message
news:Hw2rz4.LK5@news.boeing.com...
> I have ActiveState Perl 5.6.1 that does not include the Tk modules.
> What do I need to download from CPAN to add the Tk modules? I've
> looked at the module list and there is a whole bunch of Tk modules.
> Must I download them all one by one?
Open up a command window and type:
ppm install Tk
--
$email =~ y XxXXd if $replying_by_mail;
| |
| zatoichi 2004-04-12, 10:34 pm |
| bxb7668 wrote:
> I have ActiveState Perl 5.6.1 that does not include the Tk modules.
> What do I need to download from CPAN to add the Tk modules? I've
> looked at the module list and there is a whole bunch of Tk modules.
> Must I download them all one by one?
>
> Brian
>
>
I thought AS came with Tk by default?
| |
| Michele Dondi 2004-04-13, 12:52 pm |
| On Mon, 12 Apr 2004 20:37:54 GMT, "bxb7668" <bxb7668@somewhere.nocom>
wrote:
>I have ActiveState Perl 5.6.1 that does not include the Tk modules.
>What do I need to download from CPAN to add the Tk modules? I've
>looked at the module list and there is a whole bunch of Tk modules.
>Must I download them all one by one?
I'm *sure* AS Perl 5.6.1 was shipped complete of Tk!
Michele
--
$\=q.,.,$_=q.print' ,\g,,( w,a'c'e'h,,map{$_-=qif/g/;chr
}107..q[..117,q)[map+hex,split//,join' ,2B,, w$ECDF078D3'
F9'5F3014$,$,];];$\.=$/,s,q,32,g,s,g,112,g,y,' , q,,eval;
| |
| bxb7668 2004-04-13, 1:39 pm |
| "Ala Qumsieh" <xxala_qumsiehxx@xxyahooxx.com> wrote in message
news:0TDec.21861$fL.20625@newssvr27.news.prodigy.com...
> "bxb7668" <bxb7668@somewhere.nocom> wrote in message
> news:Hw2rz4.LK5@news.boeing.com...
modules.[color=darkred]
modules.[color=darkred]
>
> Open up a command window and type:
>
> ppm install Tk
>
> --
> $email =~ y XxXXd if $replying_by_mail;
Tried that and got:
C:\>ppm install Tk
Installing package 'Tk'...
Error installing package 'Tk': Could not locate a PPD file for package
Tk
Now a little more about my environment. I am not permitted to modify
the Perl install. In my script I can modify @INC to point to my own
add-on module library. This is where I need to install the Tk modules.
I'm new to modifying @INC and grabbing modules. Are the Perl Tk
modules all that I need to implement Tk or do I also need anything
else?
Brian
| |
| $_@_.%_ 2004-04-13, 2:47 pm |
|
"bxb7668" <bxb7668@somewhere.nocom> wrote in message-id:
<Hw47yr.3M9@news.boeing.com>
>
>"Ala Qumsieh" <xxala_qumsiehxx@xxyahooxx.com> wrote in message
>news:0TDec.21861$fL.20625@newssvr27.news.prodigy.com...
>modules.
>modules.
>
>Tried that and got:
>C:\>ppm install Tk
>Installing package 'Tk'...
>Error installing package 'Tk': Could not locate a PPD file for package
>Tk
>
>Now a little more about my environment. I am not permitted to modify
>the Perl install. In my script I can modify @INC to point to my own
>add-on module library. This is where I need to install the Tk modules.
>I'm new to modifying @INC and grabbing modules. Are the Perl Tk
>modules all that I need to implement Tk or do I also need anything
>else?
>
>Brian
ppm install http://www.bribes.org/perl/ppm/Tk.ppd
|
|
|
|
|