I get the error above everytime i try to install it.
Fixes i tried:
https://github.com/tgalal/yowsup/issues/800
Installing different versions of Python 2.7.XXX and tried it with the latest python.
also adjusted Microsoft visual versions according to python versions.
Here the Code where it starts to fail:
curve25519module.c
curve25519module.c(76) : error C2143: syntax error : missing ';' before 'type'
curve25519module.c(78) : error C2065: 'result' : undeclared identifier
curve25519module.c(82) : error C2143: syntax error : missing '{' before '*'
curve25519module.c(100) : warning C4133: 'return' : incompatible types - from 'P
yObject *' to 'int *'
curve25519module.c(146) : warning C4133: 'initializing' : incompatible types - f
rom 'int *(__cdecl *)(PyObject *,PyObject *)' to 'PyCFunction'
error: Setup script exited with error: command 'C:\Users\Laptop\AppData\Loca
l\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' fai
led with exit status 2
not sure how to run yowsup with Visual C++ for Python, try running with python2 or python3 instead..
example: "C:\Python27\python.exe" yowsup.py....
you also need the dependencies installed with pip....
@dickbutt Did anything work for you ?
The same issue here :(