Hi all. i have a problem :)
I try to install and start a project in turbogears 1.1 with SqlAlchemy
0.5.6
When i try to do "python start-project" turbogears return with this
error message
Traceback (most recent call last):
File "./start-project.py", line 16, in <module>
update_config(configfile="dev.cfg", modulename="sfera.sfera")
File "/usr/lib/pymodules/python2.5/turbogears/config.py", line 218,
in update_config
configure_loggers(configdict)
File "/usr/lib/pymodules/python2.5/turbogears/config.py", line 143,
in configure_loggers
_get_loggers(loggers, handlers)
File "/usr/lib/pymodules/python2.5/turbogears/config.py", line 95,
in _get_loggers
"handler %s" % (key, handler))
turbogears.config.ConfigError: Logger access references unknown
handler access_out
I try to search in internet the reason of this error and maybe is a
logger problem....
How can i resolve?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---