jeudi 14 juillet 2016

ImportError: No module named 'baseapi'


I can`t use the pyfcm module because of bellow error message. How do I fix this error?? >>> from pyfcm import FCMNotification Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from pyfcm import FCMNotification File "C:Anaconda3libsite-packagespyfcm__init__.py", line 6, in <module> from .fcm import FCMNotification File "C:Anaconda3libsite-packagespyfcmfcm.py", line 1, in <module> from baseapi import BaseAPI ImportError: No module named 'baseapi'

Aucun commentaire:

Enregistrer un commentaire