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: Christopher Allan Webber
Subject: Re: [GMG-Devel] 0.8 and python3
Date: Fri, 05 Jun 2015 11:34:35 -0500

There aren't pull requests on savannah, though you can make a branch
elsewhere and file to the tracker.

Or maybe even better, given the state of the tracker, git format-patch a
patch and send it to the mailing list.

We should talk about the state of the tracker in the meeting tomorrow....!


Sebastian Spaeth writes:

> 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?
>
> spaetz
> _______________________________________________
> devel mailing list
> address@hidden
> http://lists.mediagoblin.org/listinfo/devel



reply via email to

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