但继续得到:
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()
图像看起来更干净。 感谢。