Hi, On Sat, Mar 1, 2014 at 12:47 AM, Nicolas Duperret <[email protected]> wrote: > File "build\bdist.win32\egg\projectmenu\web_ui.py", line 21, in > get_navigation_items > File "C:\Python24\lib\site-packages\trac\web\main.py", line 58, in > _open_environment > env_cache[env_path] = open_environment(env_path) > File "C:\Python24\lib\site-packages\trac\env.py", line 434, in > open_environment > env = Environment(env_path) > File "C:\Python24\lib\site-packages\trac\env.py", line 126, in __init__ > self.verify() > File "C:\Python24\lib\site-packages\trac\env.py", line 176, in verify > assert fd.read(26) == 'Trac Environment Version 1' > AssertionError
It seems that ProjectMenuPlugin occurs the error because there is a directory which is not a Trac environment, ref http://trac-hacks.org/ticket/1301. Try to move the directories in "D:\Trac" to elsewhere. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/groups/opt_out.
