Re: [Paste] rev 6190 breaks my app, DataApp can't be used in POST

2007-03-06 Thread Ian Bicking
Brad Clements wrote: > Ian Bicking wrote: >> Brad Clements wrote: > >>> I receive a REST POST to a resource and I want to return it. I use >>> DataApp to do that, but now it doesn't work! >>> >>> Why can't POST requests return data? >>> >>> Do I have to subclass DataApp, or modify all my code to

Re: [Paste] Paste not working right.

2007-03-06 Thread Ian Bicking
[EMAIL PROTECTED] wrote: > It looks like the error is with Cheetah 1.0, try using one of the newer > builds. If you want here is a link to version 2.0rc7 compiled for > windows and python 2.5 > (http://mixcoatol.compmed.ucdavis.edu/Cheetah-2.0rc7-py2.5-win32.egg). > Remove all reference to the ol

Re: [Paste] Paste not working right.

2007-03-06 Thread jose
Cool what are you planning on moving to? Jose > Original Message > Subject: Re: [Paste] Paste not working right. > From: Ian Bicking <[EMAIL PROTECTED]> > Date: Tue, March 06, 2007 11:49 am > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED], [email protected] > > [EMAIL P

Re: [Paste] Paste not working right.

2007-03-06 Thread Ian Bicking
[EMAIL PROTECTED] wrote: > Cool what are you planning on moving to? There's a small template language in Paste now (paste.util.template), and a better documented way for templates to use their own preferred templating language if they wish (paste.script.templates.Template.template_renderer). -

Re: [Paste] Can you help me understant Web Development?

2007-03-06 Thread Ar18
Indeed, I have been to those pages. However, I haven't been able to go through the wiki tutorial due to a bug in the latest release of Pylons and Cheetah that makes it not work. I got the part about the redirection of URLs, except how does the server know to use Routes instead of just trying t

Re: [Paste] Paste not working right.

2007-03-06 Thread Ar18
Is this like months into the future, or like something in a week or so? I fear I am in the middle of a transition in Paste. I want to learn web programming, but it's almost like once I learn the current system you all are gonna change it on me. :) -- Original message -

Re: [Paste] Can you help me understant Web Development?

2007-03-06 Thread Shannon -jj Behrens
Imagine a bunch of really smart programmers who disliked PHP and wanted to do things a different way. Now imagine that 30 of them each went and did things their own way. The ways would all be completely different. They would each have interesting approaches. That's the Python Web world. Imagin

Re: [Paste] ipython

2007-03-06 Thread Shannon -jj Behrens
On 3/5/07, Ian Bicking <[EMAIL PROTECTED]> wrote: > Shannon -jj Behrens wrote: > > On 2/27/07, Patrick K. O'Brien <[EMAIL PROTECTED]> wrote: > >> On Feb 27, 2007, at 4:27 PM, Shannon -jj Behrens wrote: > >> > >>> It'd be neat if "paster serve" automatically launched an ipython > >>> backdoor listen

Re: [Paste] Can you help me understant Web Development?

2007-03-06 Thread James Gardner
Hi Kevin, Sorry I forgot to cc my last email to the list. Shannon has explained things a bit better anyway so I won't forward it. [EMAIL PROTECTED] wrote: > Indeed, I have been to those pages. However, I haven't been able to go > through the wiki tutorial due to a bug in the latest release of

Re: [Paste] Paste not working right.

2007-03-06 Thread Ian Bicking
[EMAIL PROTECTED] wrote: > Is this like months into the future, or like something in a week or > so? > > I fear I am in the middle of a transition in Paste. I want to learn > web programming, but it's almost like once I learn the current system > you all are gonna change it on me. :) This is jus

Re: [Paste] Can you help me understant Web Development?

2007-03-06 Thread Ar18
> Hope that helps a bit but seriously, I know I keep harping on but you > need to work through the tutorials. If you struggle with certain bits > people will be glad to help but it is really hard to answer general > questions in a constructive way by email. That's what I probably would have done

Re: [Paste] Can you help me understant Web Development?

2007-03-06 Thread Mike Orr
On 3/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I got the part about the redirection of URLs, except how does the server know > to use Routes instead of just trying to access the file requested by the > browser? Is Routes the server as well? > > I am still lost on the concept of web s