http://qs321.pair.com?node_id=1034425


in reply to Re^2: Issues with installing Inline::Python
in thread Issues with installing Inline::Python

Try this:

$ cpan cpan>look ExtUtils::MakeMaker [/path/to/the/module/build/directory]#

If the path to the build directory is not under your user directory, then you will have to download the CPAN tar.gz file into a directory and unpack it. Then:

$ cd /path/to/the/module/build/directory $ perl Makefile.PL $ make $ make test $ make install

I'm not an expert with CPAN or modules, so I don't know if this will work for you. Good luck.

Anne