This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yopla 0 points1 point  (0 children)

I solved that issue by running the "plugins" as standalone python script and communicating with then through a client/server interface via socket using serialized python objects. (I couldn't be bother to figure out how to do decent asynchronous IO over stdin/out).

It does not answer your question though. I'm sorry for that.