Changes between Initial Version and Version 2 of Ticket #4673


Ignore:
Timestamp:
Jun 24, 2007, 3:52:02 AM (17 years ago)
Author:
Malcolm Tredinnick
Comment:

Fixed description. Working on a fix for the bug now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4673

    • Property Triage Stage UnreviewedAccepted
  • Ticket #4673 – Description

    initial v2  
    11If I update my django-trunk to revision 5515, I get the following error:
    2 
     2{{{
    33[Sun Jun 24 10:34:57 2007] [error] [client 192.168.0.222] PythonHandler django.core.handlers.modpython: Traceback (most recent call last):
    44[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)
     
    1717[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))
    1818[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}}}
Back to Top