@felixfurtak: you can fix the woeid-patch.diff yourself as following:
@line 38
- if (yahoo_woeid_result['ResultSet']['Error'] != 0) and (yahoo_woeid_result['ResultSet']['Results'] != None):
Must become:
- if (yahoo_woeid_result['ResultSet']['Error'] != '0') and (yahoo_woeid_result['ResultSet']['Results'] != None):
@felixfurtak: you can fix the woeid-patch.diff yourself as following:
@line 38 woeid_result[ 'ResultSet' ]['Error' ] != 0) and (yahoo_ woeid_result[ 'ResultSet' ]['Results' ] != None): woeid_result[ 'ResultSet' ]['Error' ] != '0') and (yahoo_ woeid_result[ 'ResultSet' ]['Results' ] != None):
- if (yahoo_
Must become:
- if (yahoo_