in reply to perl2exe Error
When perl2exe gives you an error like this where it can't find a file, it is actually listing the directory it expects to find it in.
PERL2EXE_STORAGE/XML/SAX
So from where ever the .exe file executes, it requires a sub-directory named "PERL2EXE_STORAGE". In that directory, add the next two sub directories, XML and SAX inside of XML.
Then after you find the ParserDetails.ini file inside of the XML/SAX/ you move a copy to that new directory you created. - TRL
|
|---|