joshmarshall / jsonrpclib

A Python JSON-RPC over HTTP that mirrors xmlrpclib syntax.
Other
447 stars 144 forks source link

jsonrpclib.SimpleJSONRPCServer fails because of missing pydoc.py #62

Open ssharmab opened 4 years ago

ssharmab commented 4 years ago

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