java - thrift : Unable to get a generator for "python" -


i have thrift installed on machine (ubuntu 12.04).the version of thrift using 0.9.0.i have tried generate python file thrift interface file follows

thrift -gen python example.thrift 

i following error

[warning:generation:1] unable generator "python". 

do need install additional packages in order thrift able generate python files.i able generate java file using thrift.

try replacing "python" "py":

thrift -gen py example.thrift 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -