-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bastad David wrote: | Hi!, | | I wrote the following script to extract information from a XML file (It's probably poorly written as I'm not a programmer...). The Perl script works well. | I'm using the Perl Packager to convert the script into .exe (pp -o x.exe x.pl) and the executable returns the following message: | | Can't locate object method "new" via package "XML::SAX::PurePerl" at XML/SAX/ParserFactory.pm at line43 |
What output does scandeps.pl give on your script? I bet it doesn't mention XML::SAX::PurePerl Force pp to include XML::SAX::PurePerl in the executable it creates with: pp -MXML::SAX::PurePerl Hope this helps! Cheers - -- - - -- Tomas Doran Research and Development NTA Monitor Ltd. 14 Ashford House, Beaufort Court, Medway City Estate, Rochester, Kent ME2 4FA. Tel: 01634 721855 Fax: 01634 721844 PGP Key Server: pgpkeys.mit.edu (feel free to call and verify fingerprints) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) iD8DBQFDX0ZGsYOtABuMjoARApGmAJ9uOpTEJUln+dH9HnIv0jX5qJ3GaQCghffp vbsVrFTlK2sdw4hxBGiO9UE= =KFC6 -----END PGP SIGNATURE-----
