Hello group,

i, of course have some stuff in my config/app.cfg,
but when i uncomment the line

static_filter.content_types = {'rss': 'application/rss+xml', 'atom':
'application/atom+xml', 'css': 'text/css'}

(which was in the app.cfg by default i think)

i receive the following error and traceback on startup:
Traceback (most recent call last):
  File "./start-tagderabrechnung.py", line 23, in ?
 
update_config(configfile="dev.cfg",modulename="tagderabrechnung.config")
  File "/usr/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/
turbogears/config.py", line 206, in update_config
    configdict = config_obj(configfile, modulename).dict()
  File "/usr/lib/python2.4/site-packages/TurboGears-1.0.1-py2.4.egg/
turbogears/config.py", line 188, in config_obj
    configdata.merge(configdata2)
  File "/usr/lib/python2.4/site-packages/configobj-4.4.0-py2.4.egg/
configobj.py", line 750, in merge
    self[key].merge(val)
  File "/usr/lib/python2.4/site-packages/configobj-4.4.0-py2.4.egg/
configobj.py", line 750, in merge
    self[key].merge(val)
AttributeError: 'dict' object has no attribute 'merge'




when i remove the line again, the project starts alright...


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to