On Monday, March 10, 2014 6:56:06 PM UTC-7, mbs400 wrote: > > > Ever since I upgraded to OS X 10.9 a few days ago, I keep getting the > error block below > > I upgraded to the latest tracd > > $ tracd --version > tracd 1.0.1 > > Any ideas ? > > Bill Hernandez > Plano, Texas > > > > Server starting in PID 530. > Serving on 0.0.0.0:8000 view at http://127.0.0.1:8000/ > Using HTTP/1.1 protocol version > > 127.0.0.1 - - [10/Mar/2014 20:43:36] "GET / HTTP/1.1" 200 - > 127.0.0.1 - - [10/Mar/2014 20:43:36] "GET / HTTP/1.1" 200 - > ---------------------------------------- > Exception happened during processing of request from ('127.0.0.1', 49205) > Traceback (most recent call last): > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", > > line 593, in process_request_thread > self.finish_request(request, client_address) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", > > line 334, in finish_request > self.RequestHandlerClass(request, client_address, self) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", > > line 651, in __init__ > self.finish() > File "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py", line 196, in > finish > BaseHTTPRequestHandler.finish(self) > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", > > line 710, in finish > self.wfile.close() > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", > > line 279, in close > self.flush() > File > "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", > > line 303, in flush > self._sock.sendall(view[write_offset:write_offset+buffer_size]) > error: [Errno 32] Broken pipe > ———————————————————— >
You've replied to an existing thread with an ongoing discussion, which can result in very confusing situation. We kindly ask that you create a new thread. Are you sure that you've built Trac against your upgraded installation? The path shows "build/bdist.macosx-10.8-intel/egg/trac/web/wsgi.py". Maybe that's egg for your earlier version of Trac and you need to remove it. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
