A
A
Azamat2016-08-31 10:57:17
Python
Azamat, 2016-08-31 10:57:17

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'

Tell me, please, how to fix this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
crawlander, 2016-08-31
@crawlander

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.

V
Vladimir Kuts, 2016-08-31
@fox_12

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 question

Ask a Question

731 491 924 answers to any question