[From nobody Sat Dec 30 19:46:30 2006 Message-ID: <4597078D.30404@iglou.com> Date: Sat, 30 Dec 2006 19:42:53 -0500 From: Bobby Goins <goins@iglou.com> User-Agent: Thunderbird 1.5.0.8 (X11/20061025) MIME-Version: 1.0 To: David Hampton <hampton-gnucash@rainbolthampton.net> Subject: Unable to get quotes [solved] References: <4595D6FF.50302@iglou.com> <1167452265.20904.34.camel@hampton-pc.rainbolthampton.net> In-Reply-To: <1167452265.20904.34.camel@hampton-pc.rainbolthampton.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit David, you were right. I downloaded date-manip from cpan.org, and installed it. The quote retrieval works now. Thanks! David Hampton wrote: > On Fri, 2006-12-29 at 22:03 -0500, Bobby Goins wrote: > >> David, you are correct. >> >> gnc-fq-dump yahoo CSCO >> >> Worked as expected. >> >> Here is what I got from ->echo '(yahoo "CSCO")' | gnc-fq-helper >> >> $ echo '(yahoo "CSCO")' | gnc-fq-helper >> Can't locate Date/Manip.pm in @INC (@INC contains: >> /usr/lib/perl5/5.8.7/i486-linux /usr/lib/perl5/5.8.8/i486-linux >> /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux >> /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) at >> /usr/bin/gnc-fq-helper line 35. >> BEGIN failed--compilation aborted at /usr/bin/gnc-fq-helper line 35. >> $ >> >> I hope this helps. >> > > Right. You need to install the perl Date::Manip module. On Fedora you > would install the perl-DateManip package. I don't know what its called > on other distributions. > > I committed a change to gnucash the other day to explicitly check for > this perl module and complain if its not found. > > David > > > > > David Hampton wrote: > On Fri, 2006-12-29 at 22:03 -0500, Bobby Goins wrote: > >> David, you are correct. >> >> gnc-fq-dump yahoo CSCO >> >> Worked as expected. >> >> Here is what I got from ->echo '(yahoo "CSCO")' | gnc-fq-helper >> >> $ echo '(yahoo "CSCO")' | gnc-fq-helper >> Can't locate Date/Manip.pm in @INC (@INC contains: >> /usr/lib/perl5/5.8.7/i486-linux /usr/lib/perl5/5.8.8/i486-linux >> /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i486-linux >> /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl .) at >> /usr/bin/gnc-fq-helper line 35. >> BEGIN failed--compilation aborted at /usr/bin/gnc-fq-helper line 35. >> $ >> >> I hope this helps. >> > > Right. You need to install the perl Date::Manip module. On Fedora you > would install the perl-DateManip package. I don't know what its called > on other distributions. > > I committed a change to gnucash the other day to explicitly check for > this perl module and complain if its not found. > > David > > > > > ]