Changes between Initial Version and Version 2 of Ticket #4673
- Timestamp:
- Jun 24, 2007, 3:52:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4673
- Property Triage Stage Unreviewed → Accepted
-
Ticket #4673 – Description
initial v2 1 1 If I update my django-trunk to revision 5515, I get the following error: 2 2 {{{ 3 3 [Sun Jun 24 10:34:57 2007] [error] [client 192.168.0.222] PythonHandler django.core.handlers.modpython: Traceback (most recent call last): 4 4 [Sun Jun 24 10:34:57 2007] [error] [client 192.168.0.222] PythonHandler django.core.handlers.modpython: File "/usr/lib64/python2.5/site-packages/mod_python/apache.py", line 299, in HandlerDispatch\n result = object(req) … … 17 17 [Sun Jun 24 10:34:57 2007] [error] [client 192.168.0.222] PythonHandler django.core.handlers.modpython: File "/usr/local/lib64/python2.5/site-packages/django/core/urlresolvers.py", line 154, in _get_callback\n raise ViewDoesNotExist, "Could not import %s. Error was: %s" % (mod_name, str(e)) 18 18 [Sun Jun 24 10:34:57 2007] [error] [client 192.168.0.222] PythonHandler django.core.handlers.modpython: NameError: global name 'mod_name' is not defined 19 }}}