Django

Code

Ticket #7365 (closed: invalid)

Opened 2 years ago

Last modified 2 years ago

AttributeError

Reported by: anonymous Assigned to: nobody
Milestone: Component: Uncategorized
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

On Mac OS X 10.4.11 using Python 2.3:

Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django/core/handlers/base.py" in get_response

  1. callback, callback_args, callback_kwargs = resolver.resolve(request.path)

File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django/core/urlresolvers.py" in resolve

  1. for pattern in self.urlconf_module.urlpatterns:

AttributeError? at / 'module' object has no attribute 'urlpatterns

Attachments

Change History

06/04/08 16:12:29 changed by mattmcc

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to invalid.
  • needs_tests changed.
  • needs_docs changed.

Please don't use the ticket system to ask support questions. Use the django-users mailing list for that, or our IRC channel. (See the "Get help" section of the community page for more information.)


Add/Change #7365 (AttributeError)




Change Properties
Action