I am trying to update Fast Track to 0.9a2 as quickly as possible.  I  
have it starting properly, and loading the login screen.  Once I  
successfully login, I get the following error:

------------------------------------------------------------------------ 
------
500 Internal error

The server encountered an unexpected condition which prevented it  
from fulfilling the request.

Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/CherryPy-2.2.0rc1-py2.4.egg/cherrypy/ 
_cphttptools.py", line 97, in _run
     applyFilters('before_main')
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/CherryPy-2.2.0rc1-py2.4.egg/cherrypy/filters/ 
__init__.py", line 151, in applyFilters
     method()
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/ 
visit.py", line 163, in before_main
     plugin.record_request( visit )
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/ 
identity/visitor.py", line 158, in record_request
     identity= self.identity_from_request(visit.id)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/ 
identity/visitor.py", line 84, in identity_from_request
     identity= source(visit_id)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/ 
identity/visitor.py", line 141, in identity_from_form
     identity= self.provider.validate_identity( user_name, pw,  
visit_id )
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/ 
identity/soprovider.py", line 193, in validate_identity
     user= user_class.byUserId( user_name )
   File "<string>", line 1, in <lambda>
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
main.py", line 1266, in _SO_fetchAlternateID
     result, obj = cls._findAlternateID(name, dbName, value, connection)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
main.py", line 1262, in _findAlternateID
     value), None
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
dbconnection.py", line 587, in _SO_selectOneAlt
     return self.queryOne("SELECT %s FROM %s WHERE %s = %s" %
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
dbconnection.py", line 755, in queryOne
     return self._dbConnection._queryOne(self._connection, s)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
dbconnection.py", line 341, in _queryOne
     self._executeRetry(conn, c, s)
   File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ 
python2.4/site-packages/SQLObject-0.7.1dev_r1588-py2.4.egg/sqlobject/ 
dbconnection.py", line 297, in _executeRetry
     return cursor.execute(query)
TypeError: argument 1 must be str, not unicode
------------------------------------------------------------------------ 
------

Any idea whats going on?  How do I fix it?  There has been a mad rush  
of people trying to install Fast Track, and I want to make sure this  
works for everyone as soon as possible :)

Thanks!

--
Jonathan LaCour
http://cleverdevil.org



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to