I am having a problem in making intellij idea find the TSocket, TTransport and Tserver.
I have thrift installed properly, and I was able to generate my .thrift
file.
And here is the version of it:
I am adding the path in the server it self to the library:
sys.path.insert(0, glob.glob('../thrift-0.10.0/lib/py/build/lib.*')[0])
Inside this path there's:
Any idea how I can resolve this ?