You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I installed jsonrpclib-pelix 0.4.1 on my yocto system. The mode was by using source code in the tar.gz file, and the yocto build system managed the installation.
When I tried to execute a script with the following import:
from jsonrpclib.SimpleJSONRPCServer import SimpleJSONRPCServer
It failed, because it was missing a pydoc.py at /usr/lib/python3.5/sites.
Could you please help me resolve this issue?
Thank you and Best regards
Shrikumar
The text was updated successfully, but these errors were encountered:
Hi,
I installed jsonrpclib-pelix 0.4.1 on my yocto system. The mode was by using source code in the tar.gz file, and the yocto build system managed the installation.
When I tried to execute a script with the following import:
from jsonrpclib.SimpleJSONRPCServer import SimpleJSONRPCServer
It failed, because it was missing a pydoc.py at /usr/lib/python3.5/sites.
Could you please help me resolve this issue?
Thank you and Best regards
Shrikumar
The text was updated successfully, but these errors were encountered: