Re: [Paste] ANN: WaitForIt

2007-05-29 Thread jose
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={" Jose > Original Message -

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread Ian Bicking
[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={

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread jose
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 > >

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread jose
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

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread Shannon -jj Behrens
On 5/29/07, Ian Bicking <[EMAIL PROTECTED]> wrote: > [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 l

[Paste] Using Paste to Deploy Django Applications

2007-05-29 Thread Rob Hudson
Hello, I'm new to the list but I have a suspicion that Paste Deploy could be an effective tool for deploying Django apps if I took the time to figure it out. I've read up on Capistrano, and while it looks like it would be a good tool it has a lot of Rails specific things (and it's Ruby, so extend

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread Ian Bicking
Shannon -jj Behrens wrote: > On 5/29/07, Ian Bicking <[EMAIL PROTECTED]> wrote: >> [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 n

Re: [Paste] Using Paste to Deploy Django Applications

2007-05-29 Thread Ian Bicking
Rob Hudson wrote: > Hello, > > I'm new to the list but I have a suspicion that Paste Deploy could be > an effective tool for deploying Django apps if I took the time to > figure it out. > > I've read up on Capistrano, and while it looks like it would be a good > tool it has a lot of Rails specifi

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread Ian Bicking
[EMAIL PROTECTED] wrote: > 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

Re: [Paste] ANN: WaitForIt

2007-05-29 Thread jose
Thanks Ian, that seems to have fixed it. Like I said this look really cool and I am going to start using it in some of my slower database apps Jose > Original Message > Subject: Re: [Paste] ANN: WaitForIt > From: Ian Bicking <[EMAIL PROTECTED]> > Date: Tue, May 29, 2007 5:18 pm >