I believe there is missing a folder and file (s) in the RingCentral directory of Github for the Python SDK. I follow this tutorial (SMS Quick Start): https://developers.ringcentral.com/guide/messaging/quick-start#python
I follow the steps outlined:
I am creating an app. Everything is fine.
I am importing the Python RingCentral DSK. Everything is fine.
I create and edit my sms.py file. There too all is well.
But when I run my sms.py file, I get this error message (last line):
ME-python-sdk% python sms.py
Traceback (most recent call last):
File "sms.py", line 1, in <module>
from ringcentral import SDK
File "/Users/ME/ringcentral-python-sdk/ringcentral/__init__.py", line 4, in <module>
from .sdk import SDK
File "/Users/ME/ringcentral-python-sdk/ringcentral/sdk.py", line 4, in <module>
from .platform import Platform
File "/Users/ME/ringcentral-python-sdk/ringcentral/platform/__init__.py", line 5, in <module>
from .platform import Platform
File "/Users/ME/ringcentral-python-sdk/ringcentral/platform/platform.py", line 5, in <module>
from observable import Observable
ImportError: No module named observable
Indeed there is no Observable file / folder
,
But I believe there is missing a folder and file (s) in the RingCentral directory of Github for the Python SDK. I follow this tutorial (SMS Quick Start): https://developers.ringcentral.com/guide/messaging/quick-start#python
I follow the steps outlined:
I am creating an app. Everything is fine.
I am importing the Python RingCentral DSK. Everything is fine.
I create and edit my sms.py file. There too all is well.
But when I run my sms.py file, I get this error message (last line):
ringcentral-python-sdk % python sms.py
Traceback (most recent call last):
File "sms.py", line 1, in <module>
from ringcentral import SDK
File "/Users/ME/ringcentral-python-sdk/ringcentral/__init__.py", line 4, in <module>
from .sdk import SDK
File "/Users/ME/ringcentral-python-sdk/ringcentral/sdk.py", line 4, in <module>
from .platform import Platform
File "/Users/ME/ringcentral-python-sdk/ringcentral/platform/__init__.py", line 5, in <module>
from .platform import Platform
File "/Users/ME/ringcentral-python-sdk/ringcentral/platform/platform.py", line 5, in <module>
from observable import Observable
ImportError: No module named observable
Indeed there is no Observable file / folder