Dear Ian,

I did some more testing with what you recently checked in (rev 6617) and
with a normal pylons app waitforit works fine, however with a composite
app (which was what I was testing with) I am now getting a "status has
no properties" error (line 74) and if I check the response from the the
.waitforit/status.json url it is {"

Hope this helps
Jose


> -------- Original Message --------
> Subject: Re: [Paste] ANN: WaitForIt
> From: [EMAIL PROTECTED]
> Date: Tue, May 29, 2007 11:01 am
> To: Ian Bicking <[EMAIL PROTECTED]>
> Cc: Python Paste Project <[email protected]>
> 
> This was on firefox.  I'll  try the code directly from the svn to see
> what that does
> 
> Jose
> > -------- Original Message --------
> > Subject: Re: [Paste] ANN: WaitForIt
> > From: Ian Bicking <[EMAIL PROTECTED]>
> > Date: Tue, May 29, 2007 10:40 am
> > To: [EMAIL PROTECTED]
> > Cc: Python Paste Project <[email protected]>
> > 
> > [EMAIL PROTECTED] wrote:
> > > Dear Ian 
> > > 
> > > I just tried this on windows with waitforit rev 6599 (as well as ver
> > 0.2
> > > from pypi) and I'm getting a unterminated string error at line 52:
> > > (sorry I've not tested this on my linux box I will later and let you
> > > know if I get the same error)
> > > 
> > > dummy={"
> > 
> > Is this on IE or Firefox?
> > 
> > I'm a little fuzzy on how to handle JSON.  I thought simply 
> > eval(req.responseText) would work, but it doesn't.  I tried 
> > eval("dummy="+req.responseText) and that works, sometimes.  Not
> always, 
> > apparently.
> > 
> > I just committed what MochiKit does for evaluation.  I don't actually 
> > understand how it would change anything, but maybe.  Another
> possibility 
> > is that markup is actually being returned.  In the trunk I also
> improved 
> > the error messages a little bit; you should now see the bad JSON
> code in 
> > an error message in the page.
> > 
> > -- 
> > Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org
> >              | Write code, do good | http://topp.openplans.org/careers
> 
> 
> _______________________________________________
> Paste-users mailing list
> [email protected]
> http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users


_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to