Thread

Posted on Tue Aug 2 22:15:57 2005 by irma
installing
Hi there, I would like to try this module. To which folder to I have to install Win32::IE::Mechanize? I tried to download using ppm, "install Win32::IE::Mechanize" does not appear to do it...Any advice?
Direct Responses: 825 | Write a response
Posted on Wed Aug 3 02:41:28 2005 by abeltje in response to 823
Re: installing
The ppm-builder at activestate doesn't seem to happy with it :-(
I keep my own ppm distro here:
http://source.test-smoke.org/download/Win32-IE-Mechanize-0.008.zip

HTH

-- Abe.
Direct Responses: 826 | Write a response
Posted on Wed Aug 3 03:40:28 2005 by irma in response to 825
Re: installing
Just want to clarify one thing. To which folder do I have to extract the files? Thank you very much :)
Direct Responses: 827 | Write a response
Posted on Wed Aug 3 08:33:16 2005 by abeltje in response to 826
Re: installing
Just extract that .zip in any folder (e.g. %TEMP%) and follow the instructions in Win32-IE-Mechanize.README. ppm should take care of where it is installed.

-- Abe.
Direct Responses: 843 | Write a response
Posted on Fri Aug 5 19:47:51 2005 by irma in response to 827
Re: installing
Abe, I tried to do as readme suggests. I get this error: "no suitable installation target found for package Win32-IE-Mechanize" Any ideas?
Direct Responses: 844 | Write a response
Posted on Fri Aug 5 20:52:55 2005 by abeltje in response to 843
Re: installing
Sounds like the architecture's don't match. Make sure the NAME attribute of the ARCHITECTURE tag in the ppd is the same as the architecture perl was compiled for. To check the latter use:
perl -V:archname

Perhaps it is easier to install nmake and use the cpan shell
-- Abe.
Direct Responses: 845 | Write a response
Posted on Fri Aug 5 21:09:21 2005 by irma in response to 844
Re: installing
Abe, it is the same. MSWin32-x86-multi-thread (perl 5.8.7)
Direct Responses: 846 | 849 | Write a response
Posted on Fri Aug 5 22:15:58 2005 by abeltje in response to 845
Re: installing
irma,
It looks like http://ppm.activestate.com is off-line. Do you have the module Win32::OLE already installed?
I can reproduce the error on a "clean" win-xp system. I also tried
ppm install Win32::OLE
and it doesn't find the repository (with clear errors this time).
I guess you'll have to wait for the repository to come back on-line...

-- Abe.
Write a response
Posted on Sat Aug 6 21:37:19 2005 by abeltje in response to 845
Re: installing
irma,
It seems to be a ppm-3 thing. Edit the ppd file:
Remove the line: <DEPENDENCY NAME="Win32" VERSION="0,0,0,0" />
Change the archname to: "MSWin32-x86-multi-thread-5.8"

That seems to work on my system.

HTH
-- Abe.
Direct Responses: 870 | Write a response
Posted on Wed Aug 10 20:13:09 2005 by irma in response to 849
Re: installing
Abe,
Randy Kobes has added Win32::IE::Mechanize in his repository. I tried to downloaded from there, and for some reason, it works.
Thank you for your help.
Direct Responses: 872 | 1857 | Write a response
Posted on Wed Aug 10 20:44:19 2005 by irma in response to 870
Re: installing
By the way, the url to Randy's repository
http://theoryx5.uwinnipeg.ca/ppms/
Write a response
Posted on Mon Feb 27 03:08:02 2006 by geoffmulhall in response to 870
Re: installing
For a local install using ppm the ppd in Abe's zip file should be as follows CODEBASE HREF="Win32-IE-Mechanize-0.009.tar.gz" / NOT CODEBASE HREF="MSWin32-x86-multi-thread/Win32-IE-Mechanize-0.008.tar.gz" /
Write a response