> Hi,
>
> I'm having difficulty understanding why the following code doesn't work:
>
>
> getfr.py
> #import pymetar
> #
> #class wReport:
> #def __init__(self,metarcode="CYYC"): #weather for calgary INTL
> #self.METARCODE=metarcode
> #rf=pymetar.ReportFetcher(self.METARCODE)
> #
Aaron Elbaz wrote:
> Hi,
>
> I'm having difficulty understanding why the following code doesn't work:
>
>
> getfr.py
> #import pymetar
> #
> #class wReport:
> #def __init__(self,metarcode="CYYC"): #weather for calgary INTL
> #self.METARCODE=metarcode
> #rf=pymetar.ReportFetch
Hi,
I'm having difficulty understanding why the following code doesn't work:
getfr.py
#import pymetar
#
#class wReport:
#def __init__(self,metarcode="CYYC"): #weather for calgary INTL
#self.METARCODE=metarcode
#rf=pymetar.ReportFetcher(self.METARCODE)
#rep=rf.FetchRep