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

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! :)

Replies are listed 'Best First'.
Re^7: Can't locate module
by ikegami (Patriarch) on Feb 22, 2011 at 16:46 UTC

    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. )

      Oh, my bad, I'm not that familiar with Perl it seems..

      So the tuturial on this website (http://www.ensembl.org/info/docs/api/registry.html) is out of date (and thus unusable) since the module doesn't seem to exist (anymore)?

        The linked document doesn't mention where to obtain Bio::EnsEMBL::Registry, so I can't say whether it's still available there or not.

        There is something called Bio::DB::Registry on CPAN which might has supplanted it?