Python import error
Jim Byrnes
jf_byrnes at comcast.net
Thu Dec 29 17:16:23 UTC 2016
On 12/29/2016 10:58 AM, Sascha Manns wrote:
> Hello List,
>
> i'm trying to run that python script:
> https://github.com/mono/mwf-designer/blob/master/deps/Mono.Design/generate-mono-design.py
>
> But by running that it breaks with "ImportError: No module named
> request". python3-urllib3 and python-urllib3 are installed.
>
> Maybe anyone knows, how to fix it?
>
> Greetings
> Sascha
>
>
>
which version of python are you using? According to [1] urllib.request
seems to be for python3 only.
[1]
https://docs.python.org/2.7/library/urllib.html?highlight=urllib#module-urllib
regards, Jim
More information about the ubuntu-users
mailing list