Current location: Hot Scripts Forums » Programming Languages » Perl » could not find ParserDetails.ini in /PerlApp/XML/SAX


could not find ParserDetails.ini in /PerlApp/XML/SAX

Reply
  #1 (permalink)  
Old 08-03-06, 03:06 AM
mohit's Avatar
mohit mohit is offline
Newbie Coder
 
Join Date: Jul 2006
Location: India
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
could not find ParserDetails.ini in /PerlApp/XML/SAX

hi friends,

i'm the bigginner in perl.

very first i would like to provide you some info about my system on which i'm working
Platform:-Windowsxp
server:-IIS6.0
perl :activestate perl version 5.8.8.817

well, i made a executable file i.e. "search.exe" from "search.pl" (perl application file) using PDK (Perl developement kit).
now ,when itest this exe then it gave me the following error..

Code:
could not find ParserDetails.ini in /PerlApp/XML/SAX
Can't locate object method "new" via package "XML::SAX::PurePerl" at /PerlApp/XML/SAX/ParserFactory.pm line 43.

whether i have installed this module and when i'm running this search.pl file directly on command then it is working absolutly fine.
but the exe is giving error.

it might be because of somewhere PDK is not getting that module so ...
if any body know about this problem then plz help....

let me know if anybody require more detail..

Thanks in advance

mohit

Last edited by mohit; 08-03-06 at 03:12 AM. Reason: change wrong tag style
Reply With Quote
  #2 (permalink)  
Old 08-04-06, 12:57 AM
mohit's Avatar
mohit mohit is offline
Newbie Coder
 
Join Date: Jul 2006
Location: India
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
hello friends ,

i have solve this problem but for future help to others i 'm posting that soltution too..
solution:-
Code:
use strict;
use XML::Simple;
$XML::Simple::PREFERRED_PARSER = "XML::SAX::PurePerl";
use XML::SAX::PurePerl;
or you can check these followong links
http://www.mail-archive.com/par@perl.org/msg02007.html
http://www.ubuntuforums.org/showthread.php?t=84328
http://aspn.activestate.com/ASPN/Mai...ge/pdk/2017446
http://aspn.activestate.com/ASPN/Mai...ge/pdk/2016491


Thanks

mohit
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot find KeycodeV2.dll, or invalid keycode. Please Help Me sankarb Windows .NET Programming 5 11-18-09 05:14 PM
How to find the total number of subnodes in a tree structure? subhashparayil ASP 2 03-22-06 11:44 AM
how to solve this PHP error? j14nhAo PHP 1 02-16-06 07:48 AM
how to find error in script JoleMusa PHP 2 12-28-05 01:45 PM
trying to find a php script to be able to limit inventory in and eshop debidreams HotScripts Site Bug Reports 0 09-10-05 12:36 PM


All times are GMT -5. The time now is 04:12 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.