0

如果会话在播种阶段遇到一些错误,我想捕捉一些异常。但它是 C++ 库的 python 绑定,我不知道在哪里可以找到列出 python 异常类型的文档。我尝试:

 import libtorret 
 help(libtorrent)

它不提供有关异常信息。有没有人提供有关 python-libtorrent 异常列表的文档位置,或者在这种情况下会抛出什么异常?

任何帮助将不胜感激!

4

1 回答 1

0

您可以在 libtorrent 库文档中找到异常信息:http ://www.rasterbar.com/products/libtorrent/manual.html#exceptions

于 2013-05-04T20:44:55.123 回答