mediagoblin-devel
[Top][All Lists]
Advanced

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

[GMG-Devel] 0.8 and python3


From: Sebastian Spaeth
Subject: [GMG-Devel] 0.8 and python3
Date: Fri, 05 Jun 2015 16:15:38 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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


reply via email to

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