I am in a similar situation. I downloaded the stable version last week
to check it out and was impressed. I then did the 0.9a2 update using
easy_install following the instructions for Mac (10.4.5) (Python
2.4.1). Then I used tg-admin quickstart to start a new project
following the turbotunes tutorial. I downloaded the model.py and the
only difference is that I'm using MySQL rather than Postgres. I then
tried the tg-admin sql create step and got this:
Traceback (most recent call last):
File "/usr/local/bin/tg-admin", line 7, in ?
sys.exit(
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/base.py",
line 260, in main
command = command.load()(turbogears.__version__)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/base.py",
line 87, in __init__
self.find_config()
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/base.py",
line 54, in find_config
load_project_config(self.config)
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/command/base.py",
line 40, in load_project_config
modulename = package + ".config.app")
File
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/TurboGears-0.9a2-py2.4.egg/turbogears/config.py",
line 37, in update_config
package_dir=package_dir))
TypeError: dict_from_config_file() got an unexpected keyword argument
'vars'
Any idea what could be going on here? I couldn't get any of my other
little test projects going after tg-admin update either.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---