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

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!

Replies are listed 'Best First'.
Re^5: Can't locate module
by moritz (Cardinal) on Feb 22, 2011 at 15:42 UTC
    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! :)

        Those aren't modules (.html vs .pm), and their names aren't even close to the name of the module you are trying to load (Bio/EnsEMBL/Registry.pm).

        (Upd: Don't bother searching more. As Corion pointed out, there is no such thing as Bio::EnsEMBL::Registry on CPAN. )