#1088: KeyError with "tg-admin sql status"
-----------------------+----------------------------------------------------
 Reporter:  doug       |       Owner:  anonymous
     Type:  defect     |      Status:  new      
 Priority:  normal     |   Milestone:           
Component:  SQLObject  |     Version:           
 Severity:  normal     |    Keywords:           
-----------------------+----------------------------------------------------
 When I run the command "tg-admin sql status" with version .9a9, I get the
 following error message/traceback:


 {{{
 File "/usr/local/bin/tg-admin", line 7, in ?
     sys.exit(
   File "/usr/lib/python2.4/site-packages/TurboGears-0.9a9-
 py2.4.egg/turbogears/command/base.py", line 351, in main
     command.run()
   File "/usr/lib/python2.4/site-packages/TurboGears-0.9a9-
 py2.4.egg/turbogears/command/base.py", line 143, in run
     command.the_runner.run(sys.argv)
   File "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1860-
 py2.4.egg/sqlobject/manager/command.py", line 102, in run
     runner.run()
   File "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1860-
 py2.4.egg/sqlobject/manager/command.py", line 233, in run
     self.command()
   File "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1860-
 py2.4.egg/sqlobject/manager/command.py", line 650, in command
     soClass)
   File "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1860-
 py2.4.egg/sqlobject/mysql/mysqlconnection.py", line 153, in
 columnsFromSchema
     if self.kw['use_unicode'] and colClass is col.StringCol:
 KeyError: 'use_unicode'

 }}}

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1088>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to