Got bitten by the same problem, updating cherrypy (cd thirdparty/ 
cherrypy and run easy_install .) solved it for me.
Cheers
Ronald

On Mar 21, 2006, at 9:09 PM, Mike Kent wrote:

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

________________________________
Ronald Jaramillo
mail: ronald AT checkandshare DOT com
blog: http://www.checkandshare.com/blog




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