Re: CPAN install directory usage
by Chris Wagner other posts by this author
Jul 1 2009 11:52PM messages near this date
view in the new Beta List Site
RE: CPAN install directory usage
|
Re: CPAN install directory usage
There should not be stars in front of any of the Perl statements. Although
I don't think that is the main problem here. If it can find Tk.pm it should
be able to find Events.pm. U'll need to go into the Tk directory and
manually verify the presence and permissions of all the files Tk needs.
Install it on ur own PC to compare. If there is any difference, contact ur
sysadmin to get the Tk installation fixed.
At 08:47 PM 7/1/2009 +0530, Perl Perl wrote:
> Hi Chirs Wagner,
>
> TK.pm is located at gvinen lib path. I included the library path as
> you said, but still i am facing same issue.
> Please find the library path and file located there for your kind reference.
>
> Library path : V:\view_MAIN\vob_verif\tools\Perl\lib
> * 06/29/2007 08:54 PM 18,676 Tk.pm
> *
> Script :
>
> #!/usr/bin/perl -w
>
> *use lib 'V:\view_MAIN\vob_verif\tools\Perl\lib';
> *use FindBin qw($RealBin);
>
> use Tk;
> V:\view_MAIN\vob_verif>v:\view_MAIN\vob_verif\tools\Perl\bin\perl.exe
> Test.pl
> Can't locate Tk/Event.pm in @INC (@INC contains:
> V:\view_MAIN\vob_verif\tools\Perl\lib
> v:/view_MAIN/vob_verif/tools/Perl/site/lib
> v:/view_MAIN/vob_verif/tools/Perl/lib .) at
> V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 1
> 3.
> BEGIN failed--compilation aborted at
> V:\view_MAIN\vob_verif\tools\Perl\lib/Tk.pm line 13.
> Compilation failed in require at Test.pl line 6.
> BEGIN failed--compilation aborted at Test.pl line 6.
>
> I am not sure, but would like to bring one point to notice, am I doing any
> mistake here with respect to "library path inclusion in Windows side, *use
> lib 'V:\view_MAIN\vob_verif\tools\Perl\lib'; *
>
> Regards,
> Mujju
--
REMEMBER THE WORLD TRADE CENTER ---=< WTC 911 > =--
"...ne cede malis"
00000100
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Perl Perl
Brian Raven
Chris Wagner
Perl Perl
kenneth
Perl Perl
Chris Wagner
Perl Perl
kenneth
Brian Raven
|