Spout For Python Library
Trying to follow this guide, but I’m getting a runtime error "Attribute error: module “SpoutSDK” has no attribute ‘SpoutReceiver’ "
Running the master version from this GitHub on python 38.
Any idea what I’m doing wrong?
I encountered with the same problem, you need to use python 3.5/3.6/3.7. That solved it!