Hey Ronald Worked perfectly thanks, and thanks Ksenia! Richard
Ronald Jaramillo wrote: > Hi Richard, > Sounds like the same problem I'm seeing (check the Bus Error thread), > Ksenia Marasanova has the following fix (which I haven't tried yet): > > > I've tracked it down to line 119 of pkg_resources.py in setuptools: > > __import__(moduleOrReq) > > It happens when moduleOrReq is 'turbogears.fastdata.templates' > > > > When I import it in advance, and put on the first line of config.py > > "import turbogears.fastdata.templates", the error is gone. > > Cheers. > Ronald > > > On Jan 27, 2006, at 11:05 AM, Richard (koorb) wrote: > > > > > Right, I'm using a Mac (tried it on 2 different machines) latest SVN > > with both existing and new projects I start the server: > > > > 27/Jan/2006:09:38:47 CONFIG INFO Server parameters: > > 27/Jan/2006:09:38:47 CONFIG INFO server.environment: development > > 27/Jan/2006:09:38:47 CONFIG INFO server.log_to_screen: True > > 27/Jan/2006:09:38:47 CONFIG INFO server.log_file: > > 27/Jan/2006:09:38:47 CONFIG INFO server.log_tracebacks: True > > 27/Jan/2006:09:38:47 CONFIG INFO server.log_request_headers: True > > 27/Jan/2006:09:38:47 CONFIG INFO server.protocol_version: HTTP/1.0 > > 27/Jan/2006:09:38:47 CONFIG INFO server.socket_host: > > 27/Jan/2006:09:38:47 CONFIG INFO server.socket_port: 8080 > > 27/Jan/2006:09:38:47 CONFIG INFO server.socket_file: > > 27/Jan/2006:09:38:47 CONFIG INFO server.reverse_dns: False > > 27/Jan/2006:09:38:47 CONFIG INFO server.socket_queue_size: 5 > > 27/Jan/2006:09:38:47 CONFIG INFO server.thread_pool: 0 > > Registering Service project: development._http._tcp port 8080 path=/ > > 27/Jan/2006:09:38:47 HTTP INFO Serving HTTP on http://localhost:8080/ > > Got a reply for project: development._http._tcp.local.: Name now > > registered and active > > > > As soon as I visit http://localhost:8080 all I get is a failed page > > and > > this on the terminal > > > > 27/Jan/2006:09:38:57 HTTP INFO SystemExit raised: shutting down > > autoreloader > > 27/Jan/2006:09:38:57 HTTP INFO CherryPy shut down > > > > Any ideas? > > > > ________________________________ > Ronald Jaramillo > mail: ronald AT checkandshare DOT com > blog: http://www.checkandshare.com/blog

