Re: Twisted and txJSON-RPC

2014-11-14 Thread ali . hallaji1
Hi, I want to write authentication with txjson-rpc. please guide me in this method! best Regards, Ali Hallaji -- https://mail.python.org/mailman/listinfo/python-list

Re: Twisted and txJSON-RPC

2011-03-21 Thread Travis
This problem has come up for me as well. $ sudo easy_install pylisp-ng [sudo] password for _: install_dir /usr/local/lib/python2.6/dist-packages/ Searching for pylisp-ng Reading http://pypi.python.org/simple/pylisp-ng/ Reading https://launchpad.net/pylisp-ng Best match: pyLisp-NG 2.0.0

Re: Twisted and txJSON-RPC

2011-03-21 Thread Floris Bruynooghe
On Sunday, April 11, 2010 5:04:49 PM UTC+1, writeson wrote: I get an error message: error: docs/PRELUDE.txt: No such file or directory The setup.py code is trying to be too clever and the released package is missing files it requires. The easiest way to fix it is to simply get the latests

Re: Twisted and txJSON-RPC

2010-12-03 Thread jaime
did you fix it? I have the same problem -- http://mail.python.org/mailman/listinfo/python-list

Twisted and txJSON-RPC

2010-04-11 Thread writeson
Hi all, I'm modifying a Twisted project and I'd like to implement the txJSON- RPC code show here: https://launchpad.net/txjsonrpc However, when I try to install this with this command line: sudo easy_install txJSON-RPC I get an error message: error: docs/PRELUDE.txt: No such file or directory