Octavian Rasnita schrieb am 25.12.2011 um 18:57 (+0200):
> From: "Michael Ludwig" <[email protected]>
> > Octavian Rasnita schrieb am 25.12.2011 um 14:23 (+0200):

> >> "Can't load 'E:/usr/site/lib/auto/Wx/Wx.dll' for module Wx:
> >> load_file:The specified module could not be found at
> >> E:/usr/lib/DynaLoader.pm line 201."
> > 
> > So what do the following commands tell you:
> > 
> >  E:\usr\bin\perl.exe -MWx -e1
> 
> It appears an error window with the following message:
> 
> perl.exe - Unable To Locate Component
> This application has failed to start because
> wxmsw28u_core_vc_custom.dll was not found. Re-installing the graphic
> 904  application may fix this problem.

Try locating wxmsw28u_core_vc_custom.dll and adding the directory
containing it to the PATH environment variable. Then try running
the above Perl one-liner again (it just tries to load the module).

> >  icacls E:\usr\site\lib\auto\Wx\Wx.dll
> 
> I don't have such a program (icacls).

That's just to check permissions. Guess you have CACLS, though. ICACLS
is present on Win7 but maybe not on XP.

Good luck!

Michael
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to