天地一扁舟 2015-04-29 12:25 采纳率: 0%
浏览 2431

use pyffmpeg install on win7,but has errors

Hello . I use this pyffmpeg and install it on windows 64 bit operating system,but it reported the errors al follows:
Remember: Edit at first ffmpegpath within setup.py
Traceback (most recent call last):
File "setup.py", line 84, in
incdir = incdir + list(nd.get_numpy_include_dirs())
TypeError: cannot concatenate 'str' and 'list' objects
Could you tell me how to slove this problem.
Thanks.

  • 写回答

1条回答 默认 最新

  • oyljerry 2015-04-29 14:18
    关注

    str类型不能直接用+来连接list,可以用join()

    评论

报告相同问题?