Closed slick666 closed 9 years ago
I hope, you have resolved it yourself.
This bug reproduced in pyhton3.4.
fix: replace from rpcrequest import (
and the like to from pyjsonrpc.rpcrequest import (
.
Bug reproduced in Python 3.6.3
Still get this error from rpcrequest import ( ModuleNotFoundError: No module named 'rpcrequest'
under python 3.6 when import pyjsonrpc
metoo..
me too
This library is only for Python 2.x not for Python 3.x.
Following the instructions I get this error
seems like something is missing from the required packages list.