apscheduler error

Chris Rebert clp2 at rebertia.com
Fri Jan 7 21:13:26 EST 2011


On Fri, Jan 7, 2011 at 6:09 PM, Steven D'Aprano
<steve+comp.lang.python at pearwood.info> wrote:
> On Fri, 07 Jan 2011 17:08:28 -0800, linna li wrote:
>> I tried to use the apscheduler and used the sample code below from the
>> tutorial, but got the error message: Exception in thread APScheduler
>> (most likely raised during interpreter shutdown). What's going on here?
>> I really appreciate any help!
>
>
> I've tried your code in every version of Python from 2.4 through 3.2, and
> get an exception on the very first line every time:
>
> ImportError: No module named apscheduler.scheduler
>
>
> I think you will need to give some more detail... what version of Python
> are you running, and what is apschedular?

A quick Google search suggests it's http://packages.python.org/APScheduler/

Cheers,
Chris



More information about the Python-list mailing list