mediagoblin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GMG-Devel] 0.8 and python3


From: Berker Peksağ
Subject: Re: [GMG-Devel] 0.8 and python3
Date: Fri, 5 Jun 2015 19:48:20 +0300

On Fri, Jun 5, 2015 at 5:15 PM, Sebastian Spaeth <address@hidden> wrote:
> Hi all,
>
> just trying the stable (0.8?) branch with python3. I get
>
> File "mediagoblin/tools/routing.py", line 18, in <module>
>     import urlparse
> ImportError: No module named 'urlparse'
>
> which does not exist in Python3. This line should probably be:
>
> import six.moves.urllib.parse as urlparse
>
> Can this be fixed in the stable branch? Are there pull requests on savannah?

Thanks for the report! I've fixed it in
http://git.savannah.gnu.org/cgit/mediagoblin.git/commit/?id=39da9940581c8fea274c026df889069a60bf2cf5
and backported to the stable branch in
http://git.savannah.gnu.org/cgit/mediagoblin.git/commit/?h=stable&id=bf6ae3816fab3dec04161b51a3c6608d42ce0c13.

You can add me to CC (my username is berkerpeksag) on the tracker if
you find more bugs in the future.

--Berker

> spaetz
> _______________________________________________
> devel mailing list
> address@hidden
> http://lists.mediagoblin.org/listinfo/devel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]