Can't update securities on TSX in CDN funds

Boyd Kelly bkelly@coastsystems.net
08 Jan 2003 22:46:04 -0800


Worked perfectly!  Thanks a lot.  Although it doesn't affect me at this
time, if anyone else needs this patch, there is another exchange in
Canada that should probably be included.  It is the TSX Venture
exchange.  On Yahoo the suffix is .V.

Thanks very much again!

Boyd



On Wed, 2003-01-08 at 19:45, David Hampton wrote:
> On Wed, 2003-01-08 at 10:15, Boyd Kelly wrote:
> > Thanks so much for such a quick reply.  Only problem is I don't really know how to apply that patch.  Quickie instruction much appreciated.
> 
> Save the attached patch into a file somewhere.  Change directory into
> the Finance::Quote sources.  On my system the command is:
> 
> 	cd /usr/lib/perl5/site_perl/5.8.0/Finance/Quote
> 
> In that directory (as root) issue the command:
> 
> 	patch -p2 < (path-to-patch-file)
> 
> Of course you need to replace the "(path-to-patch-file)" with the actual
> path where you saved the file.  This will read the patch, remove the
> first two directories from the filename contained in the patch (i.e.
> converts the name from Finance/Quote/Yahoo/USA.pm to Yahoo/USA.pm, since
> you're already in the Finance/Quote directory) and then applies the
> change.
> 
> After that you just need to try and get price quotes again. No need to
> restart gnucash if its already running.
> 
> David
>