Maurice Vanrumbeke
Results
2
issues of
Maurice Vanrumbeke
`g++ -c -o concaveman.o concaveman.cpp` `gcc -shared -o concaveman.so concaveman.o` Gives a bunch of errors Are there any other ways to build to .so library? I'm trying to build for...
I followed install instructions for this library. Now I copied the example script. It gives this error on the first line ```Python from SnapWrap import Snapchat ``` ModuleNotFoundError: No module...