D
Devon_Dan
Hello.
I am having a bit of a problem using Perl2exe and was wondering if
anyone can throw some light on how to resolve it.
My script runs perfectly from the command line so I know it works.
However when I try perl2exe myscript.pl I get the following
Warning: Can't locate VMS/Stdio.pm
at D:\Perl\lib\File\Temp line 139
@INC D:\Perl\lib , d:\Perl\Site
it is run, half way through execution I get this
could not find ParserDetails.ini in PERL_STORAGE/XML/SAX
can't locate object method 'new' via XML::SAX:
urePerl at
PERL_STORAGE/XML/SAX/ParserFactory.pm line 43
A bit of hunting turned up this http://johnbokma.com/perl/installing-xml-sax.html
but having tried both fixes, the problem persists. Has anyone had this
problem before? Perhaps I am missing something blindingly obvious?
Thanks for your time
Dan
I am having a bit of a problem using Perl2exe and was wondering if
anyone can throw some light on how to resolve it.
My script runs perfectly from the command line so I know it works.
However when I try perl2exe myscript.pl I get the following
Warning: Can't locate VMS/Stdio.pm
at D:\Perl\lib\File\Temp line 139
@INC D:\Perl\lib , d:\Perl\Site
platform and can be safely ignored. The .exe is still created but whenFrom what I can see, the VMS::Stdio warning is only used on the VMS
it is run, half way through execution I get this
could not find ParserDetails.ini in PERL_STORAGE/XML/SAX
can't locate object method 'new' via XML::SAX:
PERL_STORAGE/XML/SAX/ParserFactory.pm line 43
A bit of hunting turned up this http://johnbokma.com/perl/installing-xml-sax.html
but having tried both fixes, the problem persists. Has anyone had this
problem before? Perhaps I am missing something blindingly obvious?
Thanks for your time
Dan