Installed /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/six-1.7.3-py2.7.egg
Finished processing dependencies for apscheduler
bogon:~ xin$ python
Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from apscheduler.scheduler import Scheduler
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scheduler
It seems that you installed APScheduler 3.0.0rc1 but are following the 2.1 documentation. Please read the 3.0 documentation if you intend to use the 3.0 version of APScheduler.Installed /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/six-1.7.3-py2.7.egg
Finished processing dependencies for apscheduler
bogon:~ xin$ python
Python 2.7.6 (v2.7.6:3a1db0d2747e, Nov 10 2013, 00:42:54)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from apscheduler.scheduler import Scheduler
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scheduler
--
You received this message because you are subscribed to the Google Groups "APScheduler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apscheduler...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Programmers, change the world.