Send/receive data between python script and vvvv

hello,

at first: I am fairly new with python stuff…

I want to send lists from a python script to vvvv. is there a better (more efficient) way to do this than using tcp or zeromq? is it even possible to send lists or do I always have to cast them to strings before I can send them via TCP to vvvv?

I really hope you can help me :)

cheers

Depending on your program you could try printing your results from python if its doing something fairly simple. A loop is returned as a spread of results.

Python Player.v4p (11.2 kB)