-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: No module named scheduler #10
Comments
This still seem to be an issue. Commenting out that line lead to a second import error: ImportError: No module named ram_store Sine this issue was reported quite a while ago it makes me wonder if the project is dead or is it just some configuration issue ? I tried to follow the installation doc. |
I ended up moving to celery for scheduling tasks |
huge apologies for not seeing this issue earlier! it did not show up in my feed until now... this is a problem with the 3.x version of APScheduler, which i will look into adding support for shortly (probably today). in the meantime, you can get it working by using a 2.x version of APScheduler (one of the dependencies of pyramid-scheduler). celery is a good alternative; we just found it far too heavy-handed and sometimes an awkward API for doing fairly simple scheduling and background jobs. |
unfortunately, the 3.x APScheduler API is significantly different, so this will not be a quick fix (but we will eventually do it). in the meantime, you can use a 2.x version of APScheduler. |
Any update on that? Is the project still maintained? |
What about that? problem still occur after some time |
There is no module named scheduler anymore.
File "/.../lib/python2.7/site-packages/pyramid_scheduler/scheduler.py", line 17, in
import apscheduler, apscheduler.scheduler, apscheduler.events
ImportError: No module named scheduler
Solutions
The text was updated successfully, but these errors were encountered: