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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -