in reply to Re: Eclipse and PERL
in thread Eclipse and PERL

Hi idsfa,
I had tried your #2 before. I had added both the path to the Perl lib folder and to the current folder (bizarre as it may sound :) ) Didn't make a difference.
I tried your #1 just now and there's no difference. This confirms one more time that the problem is not reaching the Expect module, but reaching other dependencies the Expect module is referring and I may have not installed on the windoz box I mentioned.
I appreciate your advice. Like I said I really run the script on a Unix machine that seems to have everything installed and configured correctly (I have other questions related to using Expect now, but I still dig around by myself before asking for help).
Thanks again,
Radu

Replies are listed 'Best First'.
Re^3: Eclipse and PERL
by syphilis (Archbishop) on Oct 24, 2007 at 00:27 UTC
    the problem is not reaching the Expect module, but reaching other dependencies the Expect module is referring and I may have not installed on the windoz box

    Yes, that's the problem. And the gotcha is that those dependencies don't build on Windows :-)

    Cheers,
    Rob
      Yup, looks like the picture is complete now :) Thanks!