Hello, Trying to run trac-admin even with the help switch it will not work.
I installed Python 2.6 for windows and then followed the excellent http://www.visualsvn.com/server/trac/ and then tried to enable the WebAdmin plugin. The error if I run trac-admin help or try to enable the Web admin plug Plugin as instructed at the top of page http://trac.edgewall.org/wiki/WebAdmin is the same as noted below - C:\Program Files\VisualSVN Server\trac\python\Scripts>trac-admin help Traceback (most recent call last): File "C:\Program Files\VisualSVN Server\trac\python\Scripts\trac- admin-script. py", line 8, in <module> load_entry_point('Trac==0.11.5rc2', 'console_scripts', 'trac- admin')() File "C:\Program Files\VisualSVN Server\Trac\python\lib\site-packages \setuptoo ls-0.6c9-py2.5.egg\pkg_resources.py", line 277, in load_entry_point File "C:\Program Files\VisualSVN Server\Trac\python\lib\site-packages \setuptoo ls-0.6c9-py2.5.egg\pkg_resources.py", line 2180, in load_entry_point File "C:\Program Files\VisualSVN Server\Trac\python\lib\site-packages \setuptoo ls-0.6c9-py2.5.egg\pkg_resources.py", line 1913, in load File "C:\Program Files\VisualSVN Server\Trac\python\lib\site-packages \trac-0.1 1.5rc2-py2.5-win32.egg\trac\admin\console.py", line 21, in <module> import shlex File "C:\Program Files\VisualSVN Server\Trac\python\lib\shlex.py", line 12, in <module> from collections import deque ImportError: No module named collections TIA, shaun

