KeyError in wsgiorg.routing_args with 0.9.7

2008-08-25 Thread technofreak
Hi, I upgraded my pylons from 0.9.6.x to 0.9.7 using easy_install, after which my existing pylons application fails to work as before. I get some deprecation warnings on the shell/terminal from which I do `paster serve --reload development.ini`, as well as get a stack trace for KeyError:

Re: Plesae do not remove pylons releases

2008-08-25 Thread Jorge Vargas
On Sat, Aug 23, 2008 at 10:41 AM, Noah Gift [EMAIL PROTECTED] wrote: More and more I like the idea of there being an extension to easy_install and virtualenv that is like an rpm or deb package. You have an all inclusive package that contains all the actual eggs needed to deploy a particular

Re: beaker trac

2008-08-25 Thread Jorge Vargas
On Fri, Aug 22, 2008 at 7:58 PM, Walter Cruz [EMAIL PROTECTED] wrote: How can I submit a bug to beaker? The trac requests a password :) here is how http://wiki.pylonshq.com/display/pylonscommunity/Home PS: I just notice that page still has references to SVN, that should be updated, and I

Re: KeyError in wsgiorg.routing_args with 0.9.7

2008-08-25 Thread Mike Orr
On Sun, Aug 24, 2008 at 11:52 PM, technofreak [EMAIL PROTECTED] wrote: Hi, I upgraded my pylons from 0.9.6.x to 0.9.7 using easy_install, after which my existing pylons application fails to work as before. I get some deprecation warnings on the shell/terminal from which I do `paster serve

Re: Beaker session across multiple sub-domains

2008-08-25 Thread Pavel Skvazh
Solved. Thanks as usual, Ben! On Aug 21, 8:09 pm, Ben Bangert [EMAIL PROTECTED] wrote: On Aug 21, 2008, at 6:13 AM, Pavel Skvazh wrote: The case is that when I work with sub-domain (i.e. my.example.com), set some session variables and then go to some other domain (i.e. www.example.com)

Storing CC Info: public/private key best option?

2008-08-25 Thread Randy Syring
This is not Pylons specific, so if there is a better place to ask something like this, please feel free to point me in the right direction. I have a customer who wants me to store credit card information so he can retrieve it and run it manually. I was thinking about doing something like this:

Re: updating user and current controller state to template

2008-08-25 Thread Krishgy
For your user sign out /register issue, use like this % request.environ.has_key('REMOTE_USER'): li firstwelcome ${c.user_name}/li % else: li firsta href=/account/signinSignin/a/li lia href=/account/newRegister/a/li % endif If

cache by pathinfo

2008-08-25 Thread Walter Cruz
Hi! I was trying to add cache to my app, through beaker_cache, but my urls don't use query params, just pathinfo. It's planned to add pathinfo support to the cache decorator? []'s - Walter --~--~-~--~~~---~--~~ You received this message because you are

Re: Storing CC Info: public/private key best option?

2008-08-25 Thread Jonathan LaCour
Randy Syring wrote: I have a customer who wants me to store credit card information so he can retrieve it and run it manually. There are a host of government regulations that you must follow if you are planning on storing credit card information on your servers, and you carry an absolutely

Re: expiring cookie based session after a preset amt of time

2008-08-25 Thread jerry
This is what I do: set session['cookie_expires'] in login controller, then modify session.cookie_expires accordingly in lib/base.py -- def __before__(self, action): if not session.get('cookie_expires', True): session.cookie_expires = False else: session.cookie_expires =

Re: Plesae do not remove pylons releases

2008-08-25 Thread Noah Gift
More and more I like the idea of there being an extension to easy_install and virtualenv that is like an rpm or deb package. You have an all inclusive package that contains all the actual eggs needed to deploy a particular package. Then the package can be named a specific revision number and it