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. HTH, -- Regards, Wojtek Walczak, http://tosh.pl/gminick/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
