Re: [Quixote-users] Ubuntu "Jaunty" Quixote package broken

2009-05-19 Thread Michael Watkins
On Tue, May 19, 2009 10:03 am, Ian Forbes wrote: > correct byte compiled version. Lenny does not have Python 2.6. > > (In general I try to install as much as possible from the distribution, > this has worked well in the past with Debian, sometimes Ubuntu can be a > touch to close to the bleeding ed

Re: [Quixote-users] using compile_package rather than enable_ptl

2009-05-19 Thread Michael Watkins
On Tue, May 19, 2009 9:22 am, Robert Ladyman wrote: > Ah - excellent, I'll give that a go. I think you'll find all systems are go. I put this up temporarily - being driven by lighttpd/scgi. http://test.qphub.org/scgi/ # curl -I http://test.qphub.org/scgi/ HTTP/1.1 200 OK Status: 200 OK Date: Tue

Re: [Quixote-users] Ubuntu "Jaunty" Quixote package broken

2009-05-19 Thread Ian Forbes
Hi All Just some feedback. I have removed the Ubuntu Quixote package and installed Quixote 2.6 from source as per Michael's instructions: Michael Watkins wrote: > You could always install Quixote from source. > > Pick the Python you wish to run, and install it, if not already done. > > Downlo

Re: [Quixote-users] using compile_package rather than enable_ptl

2009-05-19 Thread Robert Ladyman
Ah - excellent, I'll give that a go. RJL > On Tue, May 19, 2009 8:31 am, Michael Watkins wrote: > > Test app: > > $ curl -I http://localhost:8080/ > > HTTP/1.0 200 OK > > Sorry, in my quest to be helpful I forgot to mention one thing: I swapped > out the enable_ptl hook in the demo package's __i

Re: [Quixote-users] Ubuntu "Jaunty" Quixote package broken

2009-05-19 Thread Robert Ladyman
Thanks Michael Thanks for the easy_install hint: that works fine (and yes, the egenix download site is a little idiosyncratic). I should have mentioned that the Quixote problem is with the scgi_server. To whit:- $ python scgi_server.py /usr/local/lib/python2.6/site-packages/quixote/http_respo

Re: [Quixote-users] using compile_package rather than enable_ptl

2009-05-19 Thread Michael Watkins
On Tue, May 19, 2009 8:31 am, Michael Watkins wrote: > Test app: > $ curl -I http://localhost:8080/ > HTTP/1.0 200 OK Sorry, in my quest to be helpful I forgot to mention one thing: I swapped out the enable_ptl hook in the demo package's __init__ for: # enable_ptl() from quixote.ptl import compil

Re: [Quixote-users] Ubuntu "Jaunty" Quixote package broken

2009-05-19 Thread Michael Watkins
On Mon, May 18, 2009 11:45 pm, Robert Ladyman wrote: > This is installing from source, for both Quixote and mxDateTime. Sorry, a quote attribution error at work, my comment was directed to Ian as he'd referenced "packaging under Debian/Ubuntu" earlier. Back to the issue: On FreeBSD and Debian sys

Re: [Quixote-users] Ubuntu "Jaunty" Quixote package broken

2009-05-19 Thread Mike Orr
On Mon, May 18, 2009 at 7:58 AM, Ian Forbes wrote: > Hi All > > Others have reported on the "ihooks" import bug, as well as problems > with mxDatetime. This post relates to those bugs. > > I have a site running quixote for some one of our internal applications. > It runs on a Debian box currently