gerold-penz / python-jsonrpc

Python JSON-RPC Client Server Library With Additional Support for BaseHTTPServer, CherryPy And CGI
111 stars 40 forks source link

ImportError for rpcrequest #33

Closed slick666 closed 9 years ago

slick666 commented 9 years ago

Following the instructions I get this error

ImportError: No module named 'rpcrequest'

seems like something is missing from the required packages list.

gerold-penz commented 9 years ago

I hope, you have resolved it yourself.

yurial commented 8 years ago

This bug reproduced in pyhton3.4. fix: replace from rpcrequest import ( and the like to from pyjsonrpc.rpcrequest import (.

BrunoDSL commented 6 years ago

Bug reproduced in Python 3.6.3

llliuyu commented 6 years ago

Still get this error from rpcrequest import ( ModuleNotFoundError: No module named 'rpcrequest'

under python 3.6 when import pyjsonrpc

raspi0124 commented 6 years ago

metoo..

jiadong0418 commented 6 years ago

me too

gerold-penz commented 6 years ago

This library is only for Python 2.x not for Python 3.x.