World's Best AI Learning Platform with profoundly Demanding Certification Programs
Designed by IITian's, only for AI Learners.
Designed by IITian's, only for AI Learners.
New to InsideAIML? Create an account
Employer? Create an account
C:\Users\user\Desktop\Django\djangozohocrm>python test.py Traceback (most recent call last): File "test.py", line 4, in <module> from zcrmsdk import ZCRMRestClient, ZohoOAuth ImportError: cannot import name 'ZCRMRestClient' from 'zcrmsdk' (C:\Users\user\Ana conda3\lib\site-packages\zcrmsdk\__init__.py)
How to handle this error?
Please check the version of zcrmsdk.
if it is 3.x.x then use https://www.zoho.com/crm/developer/docs/python-sdk/v3/initialize.html
if it is 2.x.x then use https://www.zoho.com/crm/developer/docs/python-sdk/initialize.html
both versions have different settings