You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Michael Joyce (JIRA)" <ji...@apache.org> on 2015/06/04 16:54:38 UTC

[jira] [Commented] (CLIMATE-638) Subregion_portrait example doesn't run

    [ https://issues.apache.org/jira/browse/CLIMATE-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572919#comment-14572919 ] 

Michael Joyce commented on CLIMATE-638:
---------------------------------------

Minus the above missing urllib import issue it seems that the files that it's trying to download are unavailable which causes issues as well.

> Subregion_portrait example doesn't run
> --------------------------------------
>
>                 Key: CLIMATE-638
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-638
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>             Fix For: 1.0.0
>
>
> I'm unable to run the subregion_portrait example on a fresh checkout from master. Seems like there's a potential missing import.
> {code}
> | -> python subregions_portrait_diagram.py 
> Traceback (most recent call last):
>   File "subregions_portrait_diagram.py", line 51, in <module>
>     urllib.urlretrieve(FILE_LEADER + FILE_1, FILE_1)
> NameError: name 'urllib' is not defined
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)