I'm not sure if I understand your question, but I'll give two bits of information that might help.
1/ Thrift/Python has no external dependencies. It only uses the Python standard library. 2/ The code generated by the Thrift compiler has to be used with the Thrift/Python runtime library from the same version. --David Phillip B Oldham wrote: > Is it "safe" to package the files generated & installed into the > python lib/site-packages directory for deployment, or do they depend > on other files/packages/libraries added to the system during install? >
