Re: Pylons 0.9.3 Released!

2006-11-03 Thread Michael G. Noll
I'm about to upgrade to 0.9.3. Thanks for all the hard work, guys!Michael --~--~-~--~~~---~--~~  You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to pylons-discuss@googlegroups.com

Re: how to use h.redirect_to in myghty template

2006-11-03 Thread Beies
Ben Bangert schreef: > On Nov 2, 2006, at 2:47 PM, Beies wrote: > > > Can someone give me a clear example of > > how to use h.redirect_to in myghty template? It works in a controller > > but not in a template > > Out of curiosity, why are you changing page flow in a template? I'd > consider it p

Re: update multiple

2006-11-03 Thread Alexandre CONRAD
Hello wyatt, wyatt-bC wrote: > Here's my guess: > > Your onComplete expands to the following: > > function(request){eval(request.responseText)} > > Substituting in your Response content, you get: > > function(request){eval("$('form').innerHTML = ''; > $('client_list').innerHTML = '';"

Re: update multiple

2006-11-03 Thread Alexandre CONRAD
Alexandre CONRAD wrote: > $('client_form_5').innerHTML = ''; > $('client_list').innerHTML = '\n href=\"/client/index/5\">blah\n > \n Ajax.Updater(\'client_form_5\', \'/client/edit/5\', {asynchronous:true, > evalScripts:true}); return false;\">edit\n onclick=\"if (confirm(\'Are you

[FIXED] Re: 0.9.3 mod_python fails: wsgi.py: No module named paste.deploy

2006-11-03 Thread Chris Shenton
I forgot to mention that the import does work from a python shell: Python 2.4.3 (#1, Sep 1 2006, 11:54:34) >>> from paste.deploy import loadapp >>> So I didn't understand why mod_python/wsgi.py couldn't do the same import. Finally I looked at my .../site-packages

Re: Pylons 0.9.3 Released!

2006-11-03 Thread wyatt-bC
Michael G. Noll wrote: > I'm about to upgrade to 0.9.3. Thanks for all the hard work, guys! I upgraded yesterday. No changes, no problems. I concur: thanks. __wyatt --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: how to use h.redirect_to in myghty template

2006-11-03 Thread Shannon -jj Behrens
On 11/3/06, Beies <[EMAIL PROTECTED]> wrote: > Ben Bangert schreef: > > > On Nov 2, 2006, at 2:47 PM, Beies wrote: > > > > > Can someone give me a clear example of > > > how to use h.redirect_to in myghty template? It works in a controller > > > but not in a template > > > > Out of curiosity, why

Re: Myghty unicode bug

2006-11-03 Thread Shannon -jj Behrens
On 11/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is probably more appropriate for a the myghty list but since many > pylons users use myghty I thought it appropriate. I get this error: > > Error(UnicodeDecodeError): 'ascii' codec can't decode byte 0xe9 in > position 138: ordinal n

Re: Myghty unicode bug

2006-11-03 Thread Shannon -jj Behrens
On 11/3/06, Shannon -jj Behrens <[EMAIL PROTECTED]> wrote: > On 11/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > This is probably more appropriate for a the myghty list but since many > > pylons users use myghty I thought it appropriate. I get this error: > > > > Error(UnicodeDecodeEr

Re: Myghty unicode bug

2006-11-03 Thread Shannon -jj Behrens
On 11/2/06, ToddG <[EMAIL PROTECTED]> wrote: > I'm probably least qualified here to answer this, but until someone > else stops by: I hit the same problem on upgrading last night, and dug > around and sort of know what's going on. But my unicode knowledge is > woefully inadequate. > > In short --

PySchool - Online Python Web Framework Workshop.

2006-11-03 Thread RobJ
Hi! My Name is Rob Johnson and I am a graduate student at The Richard Stockton College of NJ. To make a long story short, I'm working on my Masters project in the MAIT program (Masters of Arts in Instructional Technology). I have written a proposal to put together a free on-line Python web framewo

Re: Myghty unicode bug [veering OT]

2006-11-03 Thread ToddG
Shannon -jj Behrens wrote: > I'm not using Myghty or Web helpers, but I can give a brain dump on > how I'm using encodings since you seemed like you wanted me to: Definitely helpful, thanks. It would seem either a) everyone knows this stuff and it doesn't need to be mentioned, or b) lots of peopl

Re: Myghty unicode bug

2006-11-03 Thread trogdor
sorry to interrupt, but I do think there's a text_area() issue unrelated to SQLAlchemy. In my case, it's when FormBuild validation fails and it tries to render the text_area. In FormBuild, invoking a text_area() ultimately instantiates a WebHelpers/rails text_area object. This, i believe is the sa

Re: Myghty unicode bug

2006-11-03 Thread Shannon -jj Behrens
On 11/3/06, trogdor <[EMAIL PROTECTED]> wrote: > sorry to interrupt, but I do think there's a text_area() issue > unrelated to SQLAlchemy. > In my case, it's when FormBuild validation fails and it tries to render > the text_area. > In FormBuild, invoking a text_area() ultimately instantiates a > W

Re: Myghty unicode bug [veering OT]

2006-11-03 Thread Shannon -jj Behrens
On 11/3/06, ToddG <[EMAIL PROTECTED]> wrote: > Shannon -jj Behrens wrote: > > I'm not using Myghty or Web helpers, but I can give a brain dump on > > how I'm using encodings since you seemed like you wanted me to: > > Definitely helpful, thanks. It would seem either a) everyone knows this > stuff