Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm new to Perl and I'm trying to set up run some Perl scripts written by someone else. These scripts use a module and I can't get the module to be 'found' by my IDE. Here is the code
Here is the error message in the IDEuse lib qw( C:\Documents and Settings\Administrator\Desktop\Code\BioPe +rl ); use bin::ExecuteConfigureBioMartBuilder;
I added the use lib but to no avail. In the BioPerl directory there is a bin directory which contains a file called ExecuteConfigureBioMartBuilder which has this package definition: package bin::ExecuteConfigureBioMartBuilder; I thought this should work thanksCan't locate bin/ExecuteConfigureBioMartBuilder.pm in @INC (@INC conta +ins: C:\Documents and Settings\Administrator\Desktop\Code\BioPerl C:/Perl/site/lib C:/P +erl/lib .)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: beginner - can't load a module
by Anonymous Monk on Oct 16, 2010 at 22:35 UTC | |
|
Re: beginner - can't load a module
by lyklev (Pilgrim) on Oct 16, 2010 at 23:24 UTC | |
by JavaFan (Canon) on Oct 17, 2010 at 03:18 UTC | |
|
Re: beginner - can't load a module
by Anonymous Monk on Oct 16, 2010 at 21:44 UTC | |
by Corion (Patriarch) on Oct 16, 2010 at 21:53 UTC | |
by Anonymous Monk on Oct 16, 2010 at 22:19 UTC | |
by Corion (Patriarch) on Oct 16, 2010 at 22:37 UTC | |
|
Re: beginner - can't load a module
by Anonymous Monk on Oct 17, 2010 at 06:21 UTC | |
by roboticus (Chancellor) on Oct 17, 2010 at 13:58 UTC | |
by Anonymous Monk on Oct 17, 2010 at 08:25 UTC |