Some time ago, when I started PT, it printed out on stdout "Python console disabled on compile time.", now it doesn't. It has been enabled, or it has been removed from source? If it's enabled, how to access it?
Ok thanks. I'm doing everything possible to interface Python to PT (for example, see my post about telnet interface). Is there a Lua script or other solution (possibly not requiring a recompile) that allow PT to receive commands from Python or other applications?
You didn't understand... I don't mean Python commands, I don't mind which one (tpt.set() or !set) but I want to send it FROM Python.
In short term, the Lua script should watch for commands in some way (socket, d-bus, file/fifo etc..) and when it receives one (as string) it executes it and possibly passes back the return value.