thrift py

eclipse   安装 pydev


在 thrift-0.9.0\lib\py 下执行 python setup.py install


pydev->interpreter-python->system pythonpath下加入C:\Python27\Lib\site-packages\thrift-0.9.0-py2.7.egg


thrift --gen java demo.thrift 
thrift --gen py demo.thrift 

thrift centos 安装
http://thrift.apache.org/docs/install/centos

Apache Thrift学习之一(入门及Java实例演示)
http://www.cnblogs.com/duanxz/p/5516558.html

猜你喜欢

转载自gangling.iteye.com/blog/2366832
py