Hello, Update -
Found a way to run trac-admin through the command prompt using trac- admin.bat. Went onto add the webadmin plug-in, for trac v0.11 is done through the following commands found at http://trac.edgewall.org/wiki/WebAdmin which lists to follow the first three commands on that page but am unable to see the plug-in on the web page after logging out and in. The commands seem to be accepted ok with no errors back. Currently using windows authentication for VisualSVN which is used for trac as well. Any clues gratefully received. R, shaun On Jul 22, 4:20 pm, FreddiFlintstone <[email protected]> wrote: > 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 > excellenthttp://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 pagehttp://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

