On 4/28/06, Michael Dietschi <[EMAIL PROTECTED]> wrote:
Hi Peter,I just updated from 0.6.1 - aaand it does not work on my config :( Windows Server 2003 Trac 0.9.5 (using mod_python) Apache/2.0.55 (Win32) DAV/2 mod_ssl/2.0.55 OpenSSL/0.9.8a mod_python/3.2.8 Python/2.3.5 SVN/1.3.1 mod_auth_sspi/1.0.3 Oops... Trac detected an internal error: Configuration instance has no attribute 'getint' [snip] TracGuide — The Trac User and Administration Guide Python traceback Traceback (most recent call last): File "c:\Python23\Lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler dispatch_request(mpr.path_info, mpr, env) File "c:\Python23\Lib\site-packages\trac\web\main.py", line 139, in dispatch_request dispatcher.dispatch(req) File "c:\Python23\Lib\site-packages\trac\web\main.py", line 107, in dispatch resp = chosen_handler.process_request(req) File "c:\Python23\Lib\site-packages\trac\wiki\web_ui.py", line 116, in process_request self._render_view(req, db, page) File "c:\Python23\Lib\site-packages\trac\wiki\web_ui.py", line 364, in _render_view req.hdf['wiki.page_html'] = wiki_to_html(page.text, self.env, req) File "c:\Python23\Lib\site-packages\trac\wiki\formatter.py", line 747, in wiki_to_html Formatter(env, req, absurls, db).format(wikitext, out, escape_newlines) File "c:\Python23\Lib\site-packages\trac\wiki\formatter.py", line 576, in format self.handle_code_block(line) File "c:\Python23\Lib\site-packages\trac\wiki\formatter.py", line 546, in handle_code_block self.out.write(self.code_processor.process(self.req, self.code_text)) File "c:\Python23\Lib\site-packages\trac\wiki\formatter.py", line 108, in process text = self.processor(req, text) File "c:\Python23\Lib\site-packages\trac\wiki\formatter.py", line 98, in _macro_processor return macro_provider.render_macro(req, self.name, text) File "build\bdist.win32\egg\graphviz\graphviz.py", line 103, in render_macro File "build\bdist.win32\egg\graphviz\graphviz.py", line 348, in load_config AttributeError: Configuration instance has no attribute 'getint' Regards Michael _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
I thought I tested it on 0.9 but it looks like I did do the final tests there. I will fix the code this morning, test on 0.9 and 0.10 and get a new release out today. Sorry about causing the problem. - Peter _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
