I would like to access Python from Erlang and therefore I have dealt with Apache Thrift.
I used the examples from the tutorial with the following results: - Erlang client and Erlang server is ok - Erlang Client and Python Server *exception error: econnrefused* - Python client and Erlang server is ok - Python client and Python server is ok For testing purposes, I have created a repository in GitHub ( https://github.com/walter-weinmann/erlang_thrift_tutorial) which can be used to easily reproduce the error situation. Can somebody help me, please? Thanks and regards Walter
