iXce / gmusicimport

Simple playlist importer for Google Play Music
14 stars 9 forks source link

I cannot import playlist #3

Open hapl opened 9 years ago

hapl commented 9 years ago

Hello, I exported my playlist from deezer and I want import it on Google music but it doesn't working well.. I'm a programmer but I don't know much about python.

The problem is this:

Traceback (most recent call last): File "gmusicimport.py", line 21, in from gmusicapi import Mobileclient File "c:\Python34\lib\site-packages\gmusicapiinit.py", line 9, in from gmusicapi.clients import Webclient, Musicmanager, Mobileclient File "c:\Python34\lib\site-packages\gmusicapi\clientsinit.py", line 1, in from gmusicapi.clients.webclient import Webclient File "c:\Python34\lib\site-packages\gmusicapi\clients\webclient.py", line 3, in from urlparse import urlparse, parse_qsl ImportError: No module named 'urlparse'

Can anybody help me with this issue?

Thanks.

iXce commented 9 years ago

It's because in python2 urlparse has been renamed to urllib.parse ! cf https://docs.python.org/2/library/urlparse.html