Re: memcached beaker support

2009-01-18 Thread chris mollis
Ok.. so can I upgrade Beaker (presumably with easy_install --upgrade)? Or should I wait for a new Pylons release.. (currently using .9.6.2). Or is this fixed in currently dev version (.9.7 or whatever)..? thanks --CM On Fri, Jan 16, 2009 at 9:50 PM, Ben Bangert b...@groovie.org wrote: On

Re: QuickWiki

2009-01-18 Thread Graham Higgins
On Jan 16, 2:23 pm, Patrick optoma...@rogers.com wrote: Is there an example App anywhere that is suitable for 0.9.7 and that would provide examples of everything needed for a publishable site, such as images etc? I'm afraid that there isn't such a beast at the moment, possibly because there

Re: Help Installing pylons on Vista

2009-01-18 Thread Thomas G. Willis
Because Vista is Windows, you have to add a bunch of stuff to the system path via my my computer-properties-advanced etc. or according to this you can edit the registry or run some other commandick http://vistaonwindows.com/environment_variables.html I usually create a PYTHON_HOME

Can't deploy with FastCGI on Apache2

2009-01-18 Thread Gustavo Narea
Hello, I've tried the tutorial at http://wiki.pylonshq.com/display/pylonscookbook/Production+Deployment+Using+Apache, +FastCGI+and+mod_rewrite, but I can't get it to work. As suggested on the tutorial, I made a first try with CGI (using the attached script) but I get the error found in the

Re: memcached beaker support

2009-01-18 Thread Ben Bangert
On Jan 18, 2009, at 6:47 AM, chris mollis wrote: Ok.. so can I upgrade Beaker (presumably with easy_install -- upgrade)? Or should I wait for a new Pylons release.. (currently using .9.6.2). Or is this fixed in currently dev version (.9.7 or whatever)..? Not until I issue a new release

Re: QuickWiki

2009-01-18 Thread Patrick
Hi Graham Thanks for your advice on this, I am off and running. Thanks very much as well for your excellent book-Patrick Graham Higgins wrote: On Jan 16, 2:23 pm, Patrick optoma...@rogers.com wrote: Is there an example App anywhere that is suitable for 0.9.7 and that would provide

sorry for clutter

2009-01-18 Thread Patrick
I accidentally posted my thanks to Graham to the list, I meant to send it privately. Sorry to everyone for cluttering the list, it won't happen again-Patrick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Is Django more popular than Pylons?

2009-01-18 Thread walterbyrd
And if so, why? --~--~-~--~~~---~--~~ 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 To unsubscribe from this group, send email to

Re: Is Django more popular than Pylons?

2009-01-18 Thread Gael Pasgrimaud
Maybe you can have a look at the archive: http://groups.google.com/group/pylons-discuss/browse_thread/thread/8fbf7e2037d1a53c -- Gael On Mon, Jan 19, 2009 at 1:05 AM, walterbyrd walterb...@iname.com wrote: And if so, why? --~--~-~--~~~---~--~~ You

Re: Is Django more popular than Pylons?

2009-01-18 Thread jerry
Yes. And that's because if the same question is asked in a Django group, you'll probably get far more similar trolls. Jerry On Jan 18, 7:05 pm, walterbyrd walterb...@iname.com wrote: And if so, why? --~--~-~--~~~---~--~~ You received this message because you

running a controller method outside wsgi app

2009-01-18 Thread Roberto Allende
Hello I would like to run a controller method outside a wsgi app and i'm getting TypeError: No object (name: C) has been registered for this thread That method uses the pylons variable c and when it is used, in a piece of code like c.title = page.title it raises the exception. I tried using

Re: running a controller method outside wsgi app

2009-01-18 Thread Dalius Dobravolskas
Hello, On Mon, Jan 19, 2009 at 7:44 AM, Roberto Allende ro...@menttes.com wrote: My motivation is to write a unit testing but even in other cases it could have sense to use a controller function isolated. Or at least in my case, this is the only restriction. If your intention is unit-testing

Re: running a controller method outside wsgi app

2009-01-18 Thread Wichert Akkerman
Previously Dalius Dobravolskas wrote: Hello, On Mon, Jan 19, 2009 at 7:44 AM, Roberto Allende ro...@menttes.com wrote: My motivation is to write a unit testing but even in other cases it could have sense to use a controller function isolated. Or at least in my case, this is the only

Re: running a controller method outside wsgi app

2009-01-18 Thread Dalius Dobravolskas
On Mon, Jan 19, 2009 at 9:34 AM, Wichert Akkerman wich...@wiggy.net wrote: Previously Dalius Dobravolskas wrote: Hello, On Mon, Jan 19, 2009 at 7:44 AM, Roberto Allende ro...@menttes.com wrote: My motivation is to write a unit testing but even in other cases it could have sense to