Re: BaseHTTPRequestHandler freezes while writing to self.wfile after installing Python 3.0

2009-02-08 Thread mail
On Feb 7, 3:55 pm, m...@joaomoreno.com wrote: > Hey guys, > > I'm starting to lose my head with this one. > > I have a class that extends BaseHTTPRequestHandler. It works fine on > Python 2.5. And yesterday I was curious and decided to install Python > 3.0 on my Mac (I followed this tutorial, to be

BaseHTTPRequestHandler freezes while writing to self.wfile after installing Python 3.0

2009-02-07 Thread mail
Hey guys, I'm starting to lose my head with this one. I have a class that extends BaseHTTPRequestHandler. It works fine on Python 2.5. And yesterday I was curious and decided to install Python 3.0 on my Mac (I followed this tutorial, to be sure I wasn't messing things up: http://farmdev.com/thou