[EMAIL PROTECTED] wrote: > Hi, > > as always - thanks in advance to anyone who can help me.. > > I am trying to install Win32::GUI into my Windows2000 Advanced Server > Active State Perl 5.6.1 Build 633 installation. > > The install seems to run OK but when I call in the module in my Perl script > via the 'use' syntax - the script fails. Here is the detail: > > MY SCRIPT: > > use Win32::GUI; > > > THE RESULT: > > C:\>perl gui.pl > Can't locate loadable object for module Win32::GUI in @INC (@INC contains: > C:/Pe > rl/lib C:/Perl/site/lib .) at gui.pl line 1 > Compilation failed in require at gui.pl line 1. > BEGIN failed--compilation aborted at gui.pl line 1. > > C:\> > > Can anyone advise me - my knowledge of Perl internals related to Win32::GUI > is sparse... Is this a Win2000 problem?? > > Can someone also tell me their success story with installing Win32::GUI - > quite simply - what is the simplest way to do it??
As mentioned - use PPM. If you don't have files in C:/perl/site/lib/auto/Win32/GUI - you have it intstalled wrong. -- ,-/- __ _ _ $Bill Luebkert Mailto:[EMAIL PROTECTED] (_/ / ) // // DBE Collectibles Mailto:[EMAIL PROTECTED] / ) /--< o // // Castle of Medieval Myth & Magic http://www.todbe.com/ -/-' /___/_<_</_</_ http://dbecoll.tripod.com/ (My Perl/Lakers stuff) _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
