Opened 16 years ago

Last modified 16 years ago

#7465 closed

Help!! UnboundLocalError: local variable 'module' referenced before assignment — at Initial Version

Reported by: pomian@… Owned by: nobody
Component: Core (Management commands) Version: 0.96
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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 (0)

Note: See TracTickets for help on using tickets.
Back to Top