When I try to create the sql tables, using tg-admin sql create, I'll
get the following error messages:
C:\Python24\Scripts\project>c:\python24\scripts\tg-admin sql create
Traceback (most recent call last):
File "c:\python24\scripts\tg-admin-script.py", line 7, in ?
sys.exit(
File
"c:\python24\lib\site-packages\TurboGears-0.9a6-py2.4.egg\turbogears\comm
and\base.py", line 274, in main
command = command.load()(turbogears.__version__)
File
"c:\python24\lib\site-packages\TurboGears-0.9a6-py2.4.egg\turbogears\comm
and\base.py", line 101, in __init__
self.find_config()
File
"c:\python24\lib\site-packages\TurboGears-0.9a6-py2.4.egg\turbogears\comm
and\base.py", line 66, in find_config
load_project_config(self.config)
File
"c:\python24\lib\site-packages\TurboGears-0.9a6-py2.4.egg\turbogears\comm
and\base.py", line 54, in load_project_config
modulename = package + ".config")
File
"c:\python24\lib\site-packages\TurboGears-0.9a6-py2.4.egg\turbogears\conf
ig.py", line 183, in update_config
configdata2 = ConfigObj(configfile, unrepr=True)
File
"c:\python24\lib\site-packages\configobj-4.3.2-py2.4.egg\configobj.py",
l
ine 1095, in __init__
raise error
configobj.DuplicateError: Duplicate keyword name at line 16.
C:\Python24\Scripts\project>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---