I'm running pyweek.org under apache with mod_python and every now and then
(about 5 accesses a day out of about 3000) I get the following sort of error:
ViewDoesNotExist: Tried entry_ratings in module
pyweek.challenge.views.challenge. Error was: 'module' object has no
attribute 'Manipulator'
ViewDoesNotExist: Tried entry_display in module
pyweek.challenge.views.challenge. Error was: 'module' object has no
attribute 'entry_display'
ViewDoesNotExist: Tried entry_ratings in module
pyweek.challenge.views.challenge. Error was: 'module' object has no
attribute 'entry_ratings'
When I visit the URLs in question I don't get the error.
Possibly related: my main apache error log has entries like this (quite a few
per hour):
[Fri Feb 01 13:32:30 2008] [notice] mod_python: (Re)importing
module 'django.core.handlers.modpython'
[Fri Feb 01 13:32:30 2008] [notice] mod_python: (Re)importing
module 'django.core.handlers.modpython'
[Fri Feb 01 13:32:34 2008] [notice] mod_python: (Re)importing
module 'django.core.handlers.modpython'
Any ideas?
Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---