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
Post a Comment