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?
Posted on Wed Aug 3 08:33:16 2005
by abeltjein 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.
Posted on Fri Aug 5 20:52:55 2005
by abeltjein 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.
Posted on Fri Aug 5 22:15:58 2005
by abeltjein 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...
Posted on Sat Aug 6 21:37:19 2005
by abeltjein 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"
Posted on Wed Aug 10 20:13:09 2005
by irmain 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.
Posted on Mon Feb 27 03:08:02 2006
by geoffmulhallin 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" /