-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How import SpoutSDK in python? #3
Comments
The same issue on python3.7, numpy+opencv+pygame installed, win 10. |
C:\Users\D2C\Downloads\Spout-for-Python-master\Examples>python hello.py |
Same error, any lead on it ? |
Solved by building boost and then SpoutSDK, the python version have to match else python ignore the .pyd like it doesnt exist.. PS : if you are on visualstudio2017 when you build boost you need to change --toolset=msvc-14.0 to --toolset=msvc-14.1 |
@Makio64 thanks for the solution, I switched to python3.5 and reinstalled everything then it works |
I have the same issue, downgraded to python 3.5.2 but it didn't work, then I dowgraded to 3.5 but it is still not resolved.. do you have some other suggestions? |
I'm having issues with this. Is it possible to create .pyd files for the common versions? |
I've had issues updating this to python 3.7. Now VS2017 is looking for python27.lib (???).... |
@david-sullivan @Hantoo |
For anyone who is still having trouble getting this to work, try this: https://rusin.work/vjing/tools/spout-for-python/ |
Hi guys when i run hello.py i get error "import SpoutSDK. How can i import it in python?
The text was updated successfully, but these errors were encountered: