I followed the guide on http://trac.edgewall.org/wiki/TracOnWindows to
install Trac.
Downloade and installed Python 2.5
Got Trac from subversion
Downloaded ez_setup.py and installed it( by double clicking it).
> python setup.py install
...
Installed c:\python24\lib\site-packages\genshi-0.4.4-py2.4.egg
Finished processing dependencies for Trac==0.11dev-r6191
Then downloaded the spam-filter from svn and tried to install it
A spam-filter\setup.py
A spam-filter\README.txt
A spam-filter\setup.cfg
U spam-filter
Checked out revision 6371.
D:\Projects\svn>cd spam-filter
D:\Projects\svn\spam-filter>python setup.py install
Traceback (most recent call last):
File "setup.py", line 15, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
Seems like setuptools module is not available from within the spam-
filter directory! Any way to make the module global?
Created a digest file, by downloading the script from
http://trac.edgewall.org/wiki/TracStandalone
D:\Projects\svn>python trac-digest.py -u adm -p adm > d:\digest.txt
When trying to run trac-admin:
D:\Projects\svn>trac-admin d:\myproj permission add adm TRAC_ADMIN
"trac-admin not a known command..."
Why are the trac applications not added to my environment PATH!?!?
I will now try my luck with the "all-in-1 installer?"
trac-0.11b1.win32.exe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---