Re: upgrading www::mechanize

2005-08-09 Thread Irmawaty Nugroh Nugroho
Randy, 

thanks again for the advice. I really appreciate it.

Regards,

Irma
- Original Message -
From: Randy Kobes [EMAIL PROTECTED]
Date: Monday, August 8, 2005 11:13 pm
Subject: Re: upgrading www::mechanize

 On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:
 
  On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:
 
  Randy,
 
  I tried to use your repository, but it outputs error like this:
  C:\ppm install http://theoryx5.uwinnipeg.ca/ppms/www-
 mechanize.ppd Error: No valid repositories:
  Error: 401 Authentication required
  Error: 401 Authentication required
 
  I have set the proxy along with my userID and password. Please
  help...
 
  Have you checked the ActivePerl docs on ppm that discuss
  proxy settings? Or the archives of this mailing list for
  similar problems? Does anything there help?
 
  I assume this isn't a problem with just our repository,
  and that, for example, you'd have similar problems
  connecting to another?
 
  Randy,
 
  thanks for your help.
 
  I have looked into ActiveState docs on proxy and in 
  mailing list but still to no avail. So I ended using 
  different network that has no proxy server, deleted all 
  the proxy setting, and installed the modules. By the way, 
  are you planning to have Win32::IE::Mechanize soon in your 
  repository? Thanks once again.
 
 I assume the proxy problem appears for all repositories?
 
 Another option is to grab the ppd file directly from
http://theoryx5.uwinnipeg.ca/ppms/
 as well as the corresponding archive from
http://theoryx5.uwinnipeg.ca/ppms/x86/
 (with names like, respectively, WhatEver.ppd and
 WhatEver.tar.gz), edit the ppd file to reflect the locally
 saved location of the .tar.gz file, and then install
 locally:
C:\ ppm WhatEver.ppd
 
 As for Win32-IE-Mechanize, not all the tests passed
 (which explains why it's not in ActiveState's repository);
 however, I put up a ppm package of it in our repository.
 
 -- 
 best regards,
 randy
 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-08 Thread Irmawaty Nugroh Nugroho
Randy, 

I tried to use your repository, but it outputs error like this:
C:\ppm install http://theoryx5.uwinnipeg.ca/ppms/www-mechanize.ppd
Error: No valid repositories:
Error: 401 Authentication required
Error: 401 Authentication required

I have set the proxy along with my userID and password. Please help...

Regards,
Irma

- Original Message -
From: Randy Kobes [EMAIL PROTECTED]
Date: Thursday, August 4, 2005 8:15 pm
Subject: Re: upgrading www::mechanize

 On Fri, 5 Aug 2005, Sisyphus wrote:
 
  It's pure perl, so you could install from CPAN source (
  http://search.cpan.org ) using nmake.
 
  You can get nmake15.exe from either :
  ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe or :
  http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-
 US/Nmake15.exe
  Just run the downloaded executable to install nmake to the 
  location of your choice and make sure that location is in 
  your system's path.
 
  Then unpack the CPAN source tarball, cd to the folder that 
  contains the unpacked files and run 'perl Makefile.PL' and 
  'nmake test'. If you're happy with the 'nmake test' 
  results, run 'nmake install'. Looks like ActiveState don't 
  have a ppm of the latest WWW::Mechanize because one of the 
  tests failed or hanged. If the same happens for you, the 
  choice is either to fix the problem, or just install it 
  anyway and hope that the problem is not going to affect 
  the things that you want to do. (Sometimes test failures 
  arise from bugs in the test scripts, rather than bugs in 
  the module being tested.)
 
 On my system, the tests that failed had to do with 
 connecting to a live server; the failures may have been
 due to changes in the content from the server that
 the tests expect. All of the non-live tests passed.
 
 Rob's advice about getting 'nmake' and subsequently 
 installing pure Perl modules yourself is good, so that one 
 doesn't run into delays like this. If desired, though, I put 
 up a current WWW-Mechanize package in our repository at 
 http://theoryx5.uwinnipeg.ca/ppms/.
 
 -- 
 best regards,
 randy
 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-08 Thread Randy Kobes

On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:


Randy,

I tried to use your repository, but it outputs error like this:
C:\ppm install http://theoryx5.uwinnipeg.ca/ppms/www-mechanize.ppd
Error: No valid repositories:
Error: 401 Authentication required
Error: 401 Authentication required

I have set the proxy along with my userID and password. Please help...


Have you checked the ActivePerl docs on ppm that discuss 
proxy settings? Or the archives of this mailing list for

similar problems? Does anything there help?

I assume this isn't a problem with just our repository,
and that, for example, you'd have similar problems
connecting to another?

--
best regards,
randy
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-08 Thread Irmawaty Nugroh Nugroho
Randy, 

thanks for your help. 
I have looked into ActiveState docs on proxy and in mailing list but still to 
no avail. So I ended using different network that has no proxy server, deleted 
all the proxy setting, and installed the modules. 
By the way, are you planning to have Win32::IE::Mechanize soon in your 
repository?
Thanks once again. 

Best Regards,

Irma


- Original Message -
From: Randy Kobes [EMAIL PROTECTED]
Date: Monday, August 8, 2005 4:43 pm
Subject: Re: upgrading www::mechanize

 On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:
 
  Randy,
 
  I tried to use your repository, but it outputs error like this:
  C:\ppm install http://theoryx5.uwinnipeg.ca/ppms/www-mechanize.ppd
  Error: No valid repositories:
  Error: 401 Authentication required
  Error: 401 Authentication required
 
  I have set the proxy along with my userID and password. Please 
 help...
 Have you checked the ActivePerl docs on ppm that discuss 
 proxy settings? Or the archives of this mailing list for
 similar problems? Does anything there help?
 
 I assume this isn't a problem with just our repository,
 and that, for example, you'd have similar problems
 connecting to another?
 
 -- 
 best regards,
 randy
 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-08 Thread Randy Kobes

On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:


On Mon, 8 Aug 2005, Irmawaty Nugroh Nugroho wrote:


Randy,

I tried to use your repository, but it outputs error like this:
C:\ppm install http://theoryx5.uwinnipeg.ca/ppms/www-mechanize.ppd
Error: No valid repositories:
Error: 401 Authentication required
Error: 401 Authentication required

I have set the proxy along with my userID and password. Please
help...


Have you checked the ActivePerl docs on ppm that discuss
proxy settings? Or the archives of this mailing list for
similar problems? Does anything there help?

I assume this isn't a problem with just our repository,
and that, for example, you'd have similar problems
connecting to another?


Randy,

thanks for your help.


I have looked into ActiveState docs on proxy and in 
mailing list but still to no avail. So I ended using 
different network that has no proxy server, deleted all 
the proxy setting, and installed the modules. By the way, 
are you planning to have Win32::IE::Mechanize soon in your 
repository? Thanks once again.


I assume the proxy problem appears for all repositories?

Another option is to grab the ppd file directly from
   http://theoryx5.uwinnipeg.ca/ppms/
as well as the corresponding archive from
   http://theoryx5.uwinnipeg.ca/ppms/x86/
(with names like, respectively, WhatEver.ppd and
WhatEver.tar.gz), edit the ppd file to reflect the locally
saved location of the .tar.gz file, and then install
locally:
   C:\ ppm WhatEver.ppd

As for Win32-IE-Mechanize, not all the tests passed
(which explains why it's not in ActiveState's repository);
however, I put up a ppm package of it in our repository.

--
best regards,
randy
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


upgrading www::mechanize

2005-08-04 Thread Irmawaty Nugroh Nugroho
Hi monks, My current www::mechanize is version 0.72 because I installed it 
using ppm. I am wanting to upgrade it so I can use some function such as 
select, URI to do more stuff... How can I do this properly? 

I tried to use upgrade on ppm prompt, but it has taken minutes and still 
processing and has not shown me the available upgrades.

Please kindly advise me 



___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-04 Thread Sisyphus

- Original Message - 
From: Irmawaty Nugroh Nugroho [EMAIL PROTECTED]
To: perl-win32-users@listserv.ActiveState.com
Sent: Friday, August 05, 2005 4:02 AM
Subject: upgrading www::mechanize


 Hi monks, My current www::mechanize is version 0.72 because I installed it
using ppm. I am wanting to upgrade it so I can use some function such as
select, URI to do more stuff... How can I do this properly?

 I tried to use upgrade on ppm prompt, but it has taken minutes and still
processing and has not shown me the available upgrades.

 Please kindly advise me


It's pure perl, so you could install from CPAN source (
http://search.cpan.org ) using nmake.

You can get nmake15.exe from either :
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe or :
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe

Just run the downloaded executable to install nmake to the location of your
choice and make sure that location is in your system's path.

Then unpack the CPAN source tarball, cd to the folder that contains the
unpacked files and run 'perl Makefile.PL' and 'nmake test'. If you're happy
with the 'nmake test' results, run 'nmake install'. Looks like ActiveState
don't have a ppm of the latest WWW::Mechanize because one of the tests
failed or hanged. If the same happens for you, the choice is either to fix
the problem, or just install it anyway and hope that the problem  is not
going to affect the things that you want to do. (Sometimes test failures
arise from bugs in the test scripts, rather than bugs in the module being
tested.)

Cheers,
Rob

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Re: upgrading www::mechanize

2005-08-04 Thread Randy Kobes

On Fri, 5 Aug 2005, Sisyphus wrote:


It's pure perl, so you could install from CPAN source (
http://search.cpan.org ) using nmake.

You can get nmake15.exe from either :
ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe or :
http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe

Just run the downloaded executable to install nmake to the 
location of your choice and make sure that location is in 
your system's path.


Then unpack the CPAN source tarball, cd to the folder that 
contains the unpacked files and run 'perl Makefile.PL' and 
'nmake test'. If you're happy with the 'nmake test' 
results, run 'nmake install'. Looks like ActiveState don't 
have a ppm of the latest WWW::Mechanize because one of the 
tests failed or hanged. If the same happens for you, the 
choice is either to fix the problem, or just install it 
anyway and hope that the problem is not going to affect 
the things that you want to do. (Sometimes test failures 
arise from bugs in the test scripts, rather than bugs in 
the module being tested.)


On my system, the tests that failed had to do with 
connecting to a live server; the failures may have been

due to changes in the content from the server that
the tests expect. All of the non-live tests passed.

Rob's advice about getting 'nmake' and subsequently 
installing pure Perl modules yourself is good, so that one 
doesn't run into delays like this. If desired, though, I put 
up a current WWW-Mechanize package in our repository at 
http://theoryx5.uwinnipeg.ca/ppms/.


--
best regards,
randy
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs