Python Cron作业失败,因为找不到模块

时间:2016-12-14 05:33:48

标签: python cron

我正在使用cron作业在我的服务器上运行Python脚本:

/usr/bin/python/home/JohnDoe/scripts/Sample.py

我收到错误说

Traceback (most recent call last):
  File "/home/JohnDoe/scripts/Sample.py", line 2, in <module>
    import gspread
ImportError: No module named gspread\

有没有简单的方法来运行我的第三方模块?

0 个答案:

没有答案