You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: