Answer the question
In order to leave comments, you need to log in
What is the error when importing retailcrm module for python?
Hello, I installed the retailcrm package using pip install retailcrm
But when I try to call import retailcrm I get an error:
Traceback (most recent call last):
File "C:/Users/whoisazamat/PycharmProjects/untitled7/retail.py", line 1, in <module>
import retailcrm
File "C:\Python34\lib\site-packages\retailcrm\__init__.py", line 1, in <module>
from client import Client
ImportError: No module named 'client'
Answer the question
In order to leave comments, you need to log in
Try to reboot. After installing lxml, the 3rd python gave a similar import error, it worked in the 2nd. After the reboot, I began to see the 3rd.
Well, is there a client.py file in the C:\Python34\lib\site-packages\retailcrm\ directory?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question