to solve the bug it it necessary  to change the code in the file 
/usr/share/pyshared/invest/chart.py

In line #209 which reads:

chart_base_url = "http://ichart.europe.yahoo.com/z?s=%(s)s&t=%(t)s&q=
%(q)s&l=%(l)s&z=%(z)s&p=%(p)s&a=%(a)s%(opt)s""

must be put:

chart_base_url = "http://ichart.finance.yahoo.com/z?s=%(s)s&t=%(t)s&q=
%(q)s&l=%(l)s&z=%(z)s&p=%(p)s&a=%(a)s%(opt)s"



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to