-
Notifications
You must be signed in to change notification settings - Fork 29
ImportError: cannot import name ToxAV #38
Comments
You must compile toxcore with av support. You can check this by check if there is libtoxav.so under /usr/lib. |
I have libtoxav.so in |
Can you rebuild the pytox module and try it again? |
I did This is the result of
|
Sorry I've been busy. Can you show me the output of |
Hi aitjcize, This is the output
|
From the output the AV module is built. So you should able to import ToxAV. Can you try importing again? To make sure you are importing the correct module, please |
It is working!
But in examples folder:
What can I do next? Thanks a lot! |
@ymkim92 if you are still interested you can try the current master, it uses the new tox API. |
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:Can you help me?
Regards,
Kim
The text was updated successfully, but these errors were encountered: