安装在python2.7上的APScheduler2.1.2,但仍然是ImportError:没有名为'apscheduler'的模块

时间:2017-05-25 19:07:50

标签: python-2.7 apscheduler

Command Line activity Image

  1. 我在Windows上有Python2.7。
  2. 安装的调度程序为 $ pip install apscheduler == 2.1.2
  3. pip列表显示了scheduler2.1.2
  4. 但继续得到:

    U:\>python
    Python 2.7 (r27:82525, Jul  4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from apscheduler.schedulers.blocking import BlockingScheduler
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named apscheduler.schedulers.blocking
    >>> quit()
    

    图像看起来更干净。 感谢。

0 个答案:

没有答案