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.
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