On May 14, 9:08 pm, Wojtek Walczak <[email protected]> wrote: > Piotrek Byzia napisał(a): > > Hello, > > > logging.config.fileConfig(os.getcwd() + "/log/logconf.ini") > > > and this is where Sphinx stops: > > > Exception occurred:[ 33%] > > developer_guide > > File "/Library/Frameworks/Python.framework/Versions/4.0.30002/lib/ > > python2.5/ConfigParser.py", line 511, in get > > raise NoSectionError(section) > > NoSectionError: No section: 'formatters' > > This error happens when fileConfig can't find ini file. > Make sure that 'os.getcwd() + "/log/logconf.ini"' really > exists.
Thanks for the tip. Yes, this log file really exists and it's working as expected. Problem is showing up only when I want to build documentation with Sphinx :( BTW, good luck with your GSOC project, Wojtek! Cheers, Piotrek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
