PyTox
PyTox copied to clipboard
Python binding for Project-Tox the skype replacement.
The subject. See commit messages for more info.
Is it possible to stay online after reconnect bot, bcs it change hash key?
python.exe -m pip install git+https://github.com/kitech/PyTox.git@master ...\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\include -IC:\Python27\PC /Tcpytox/pytox.c /Fobuild\temp.win32-2.7\Release\pytox/pytox.obj -Wall -Wno-declaration-after-statement -DENABLE_AV cl : Command line error D8021 :...
pip install pytox failed on windows. details ``` cl : Command line error D8021 : invalid numeric argument '/Wno-declaration-after-statement' error: command 'C:\\Users\\newne_000\\AppData\\Local\\Programs\\Common\\Microsoft\\Visual C++ for Python\\9.0\\VC\\Bin\\amd64\\cl.exe' failed with exit status 2...
Hello, I installed PyTox on both my ubuntu trusty and docker, but both have the same problem. When I run `python example/echo.py`, I meet this error: ``` root@db3d34e64d04:/PyTox# python examples/echo.py...
In my opinion, magically named callbacks are A Bad Idea™. Instead, it would by more pythonic IMO to use decorators to satisfy a callback, e.g. ``` python3 def MuhTox(Tox): @OnFriendMessage...
Works for text groupchats but if type == 1 (audio) I get: pytox.OperationFailedError: failed to join group chat We should be able to at least join the groupchat with no...
1: delete "import setuptools" from setup.py (I can't get setuptools to install anyways) ... building 'tox' extension error: unable to find vcvarsall.bat running Py27 on WinXP x64 SP2 why is...