I just got Trac running on Windows and it works great. Here is my setup: Trac 0.11.4 SVN 1.5.6 (r36142) Python 2.5.4 Apache 2.2.11 Windows Small Business Server 2008 I use the mod_wsgi module, and used the instructions here: http://trac.edgewall.org/wiki/TracModWSGI
#1: It definitely works on Windows. #2: Trac log is in your Trac environment directory under the log folder. But trac.ini in the conf folder needs to be set to FILE: [logging] log_file = trac.log log_level = DEBUG log_type = file Info on logging is here: http://trac.edgewall.org/wiki/TracIni#logging-section On Tue, Jun 16, 2009 at 6:22 PM, Noah Kantrowitz <[email protected]>wrote: > > Strike that: > > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expa > ndFolder=8100&folderID=91<http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100&expa%0AndFolder=8100&folderID=91>has > some built for 2.6. Newer version of SVN too. > > --Noah > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] > > On Behalf Of Noah Kantrowitz > > Sent: Tuesday, June 16, 2009 4:17 PM > > To: [email protected] > > Subject: [Trac] Re: Does Trac really work on Windows > > > > > > PySVN is not the same thing as the SVN SWIG bindings. You find the > > correct > > bindings at > > http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=91 > > but I > > don't see any built for Python 2.6. You can either try to build them > > yourself, or switch to 2.5. > > > > --Noah > > > > > -----Original Message----- > > > From: [email protected] [mailto:trac- > > [email protected]] > > > On Behalf Of cindy > > > Sent: Tuesday, June 16, 2009 10:56 AM > > > To: Trac Users > > > Subject: [Trac] Does Trac really work on Windows > > > > > > > > > OK so I am trying to install svn and trac on the same windows machine > > > per my boss's wishes. If left up to me, I would use Linux. > > > > > > I also have been told to use VisualSVN 1.7.2. (Yes I know it is not > > > officially supported) > > > > > > Python 2.6.2 > > > Py26-svn-pysvn155 > > > Pysqlite-2.5.5..py2.6 (I know we are using Postgres but this is just > > > an effort to get it to work) > > > Trac-0.11.4 > > > Genshi-0.5.1.py2.6 > > > Setuptools-0.6c9 > > > NOTE: I unzipped and untarred the version for py2.6 . the python > > > website says it works this way. > > > I made a directory outside of python and ran setup with the egg file > > > for 2.6 ."python ez_setup.py setuptools-0.6c9-py2.6.egg" > > > I also installed accountadminplugin. > > > NOTE: I put made a plugin directory and ran easy setup to install > > > that. > > > > > > I used an on line tutorial for most of this at this URL: > > > > > > http://how-to-solutions.com/how-to-install-trac-on-windows.html > > > > > > I substituted the python 2.6 files for the ones they suggested for > > > compatibility. I was successful until I got to the line where you run > > > the daemon. > > > > > > "Tracd -p 8000 c:\repositories\projects\tracproject" > > > > > > Then I get the persistent error that there is no "svn" module. I does > > > let me into the Admin account to create users. > > > > > > Question 1. Does Trac really work on Windows? I am beginning to doubt > > > it. > > > > > > Question 2. Where is the Trac log they refer to in the error message? > > > I cannot find it. > > > > > > BTW Ronny you might want to check your versions of svn and trac to be > > > sure they match. > > > > > > Cindy > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
