ImportError:Django windows 7中没有名为gdata.youtube.service的模块



在运行manage.py syncdb 的同时安装django-youtube之后

ImportError: No module named gdata.youtube.service

显示了此错误。有什么建议吗?

看起来您缺少依赖关系库:gdata python library

此处的文档:

  • https://github.com/laplacesdemon/django-youtube#dependencies

这里有关于如何安装python库的文档

  • http://docs.python.org/2/install/#installing-python模块

相关内容

  • 没有找到相关文章