I think unless you are using the stuff from the bleeding edge the second object in the tuple should be a string. Check out this doc (http://www.djangoproject.com/documentation/url_dispatch/) and see how they did the urls.py and see if that works better.
Something like this... urlpatterns = patterns('', ('/something or other', 'mysite.timeview.current_datetime'),) Tone --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---