Help!! UnboundLocalError: local variable 'module' referenced before assignment
Hi, I'm Jack
Please help me resolve this problem.
MOD_PYTHON ERROR
ProcessId: 4895
Interpreter: 'localhost'
ServerName: 'localhost'
DocumentRoot: '/home/kfadrat/Katedra'
URI: '/'
Location: '/'
Directory: None
Filename: '/home/kfadrat/Katedra/'
PathInfo: ''
Phase: 'PythonHandler'
Handler: 'django.core.handlers.modpython'
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/usr/lib/python2.5/site-packages/mod_python/importer.py", line 1206, in _process_target
object = apache.resolve_object(module, object_str, arg, silent=silent)
UnboundLocalError: local variable 'module' referenced before assignment
Change History
(2)
Resolution: |
→ invalid
|
Status: |
new → closed
|
Description: |
modified (diff)
|
Please post request of help to the django-users mailing list or the #django IRC channel @ freenode as suggested in the form you filled to open this ticket. This ticket system exists to handle development of Django itself no for end user support.
When you do, include information about your environment (version of Python, mod_python, Apache, what were you trying to do when you got the error, ...)