Hi All, I am a first time user of TRAC and installed the TRAC standalone installation on Windows since we are working on a Windows env.
I am unable to add authentication to TRAC to enable the login feature. I followed instructions from *http://trac.edgewall.org/wiki/TracStandalone* and generated the password file but when executing *python tracd --port 8000 --auth proj_name,c:\digest.txt,trac c:\path\to\proj_name * there is no result and the command prompt just freezes.Python interpreter crashes. After googling, I found that tracd has some problems in windows multi threading mode so I changed the standalone.py file /changed /class TracHTTPServer(ThreadingMixIn, HTTPServer): /to/ class TracHTTPServer(HTTPServer): to force tracd to use single threading mode. still the command *python tracd --port 8000 --auth proj_name,c:\digest.txt,trac c:\path\to\proj_name *freezes.* *Any help will be appreciated. regards, Manish --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
