I have no idea what is causing this, but when I access my default page
I am getting this error:

Traceback (most recent call last):
  File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy
\_cphttptools.py", line 103, in _run
    applyFilters('before_main')
  File "c:\python24\lib\site-packages\CherryPy-2.2.1-py2.4.egg\cherrypy
\filters\__init__.py", line 151, in applyFilters
    method()
  File "c:\python24\lib\site-packages\TurboGears-1.0.3.2-py2.4.egg
\turbogears\visit\api.py", line 142, in before_main
    visit = _manager.visit_for_key(visit_key)
  File "c:\python24\lib\site-packages\TurboGears-1.0.3.2-py2.4.egg
\turbogears\visit\savisit.py", line 55, in visit_for_key
    now = datetime.now(visit.expiry.tzinfo)
AttributeError: 'unicode' object has no attribute 'tzinfo'

why the heck is it trying to do a .tzinfo on a unicode object?

-percious


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to