Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot import playlist #3

Open
hapl opened this issue Sep 25, 2014 · 1 comment
Open

I cannot import playlist #3

hapl opened this issue Sep 25, 2014 · 1 comment

Comments

@hapl
Copy link

hapl commented Sep 25, 2014

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\gmusicapi__init__.py", line 9, in from gmusicapi.clients import Webclient, Musicmanager, Mobileclient File "c:\Python34\lib\site-packages\gmusicapi\clients__init__.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
Copy link
Owner

iXce commented Sep 25, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants