I just did an 'svn up' for the first time in a couple of weeks, then
ran 'python setup.py develop', started a new project using 'tg-admin
quickstart', edited dev.cfg to enable my database, and tried to start
the project server as a sanity check. Sanity failed. I got this
traceback:
Traceback (most recent call last):
File "start-blog.py", line 19, in ?
modulename="blog.config.app")
File
"/home/mike/Work/pywork/projects/turbogears/turbogears/turbogears/config.py",
line 34, in update_config
package_dir=
TypeError: dict_from_config_file() got an unexpected keyword argument
'vars'
The failing TG code is using CherryPy's config.dict_from_config_file()
to read in the config file, and passing that function 2 parameters, the
config file name, and a dictionary named 'vars'. But
config.dict_from_config_file only takes 1 parameter, the config file
name.
Any ideas what's wrong here? Do I have TG and CP out of sync with each
other?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---