in reply to Re^2: Can't locate module
in thread Can't locate module

Now that's really weird. How did you install BioPerl?

Another idea: there could be two perls installed on your system, and you installed BioPerl for the "wrong" one.

P.S. pasting text errors as images is detrimental to readiblity; I for one don't like scaled down images of screenshots when simple text would have been enough.

Replies are listed 'Best First'.
Re^4: Can't locate module
by Aester (Initiate) on Feb 22, 2011 at 15:26 UTC

    Ok, will remember that, but it's the same error as in my first post.

    Hmm I installed BioPerl as written on http://www.bioperl.org/. That went flawlessly.

    And no, I checked again, there's only one perl.exe file on my computer.

    Thanks for your help!
      Now I've nearly run out of ideas. Could you maybe search on your computer for *.pm files with BioPerl in the name, or which are included in a directory named BioPerl?

      My only remaining idea is that the installation wrote the modules to directory that's not in Perl's search path (in which case it would be quite a broken installation).

        Yes, I'm finding files with BioPerl (nothing big though).

        And the PPM installed BioPerl in locations as:

        C:/Perl/html/site/lib/Bio/Align/AlignI.html C:/Perl/html/site/lib/Bio/Align/DNAStatistics.html C:/Perl/html/site/lib/Bio/Align/PairwiseStatistics.html

        So in the maps /bio/ are all the files. No problem to me it seems.

        I'm going to try the same on Ubuntu this evening, and I'll be reinstalling everything of Perl on my w7. Thanks for your input! :)