Broken warning link on 0.9.7rc4

2009-02-12 Thread Stephen Emslie
The warning message returned from @jsonify returning an Array link to a warning here: http://pylonshq.com/warnings/JSONArray But that seems to be a broken link.I am running Pylons 0.9.7rc4. --~--~-~--~~~---~--~~ You received this message because you are

Re: appengine SDK 1.1.9 and appengine-monkey

2009-02-12 Thread 許博盛
I've tried this(comment import appengine_monkey from my paste-deploy.py) with appengine SDK 1.19, and I got errors like below: [...] File /home/posh/python/Pylons/google_appengine/google/appengine/tools/dev_appserver.py, line 982, in decorate return func(self, *args, **kwargs) File

Re: appengine SDK 1.1.9 and appengine-monkey

2009-02-12 Thread Walter Cruz
Same here: http://pylonshq.com/pasties/0dbeb54fd0859fd369e3efade874 -- []' - Walter waltercruz.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to

changes from rc4 to rc5

2009-02-12 Thread Wichert Akkerman
Is there a summary of the changes between rc4 and rc5? Wichert. -- Wichert Akkerman wich...@wiggy.netIt is simple to make things. http://www.wiggy.net/ It is hard to make things simple. --~--~-~--~~~---~--~~ You received this message

Re: changes from rc4 to rc5

2009-02-12 Thread Ben Bangert
On Feb 12, 2009, at 10:00 AM, Wichert Akkerman wrote: Is there a summary of the changes between rc4 and rc5? - beaker_cache decorator is fixed so that it works again with arbitrary functions, and uses the proper function name - Beaker has been updated since the last release to fix several

does anyone freelance on pylons ?

2009-02-12 Thread Jonathan Vanasco
we may need some extra hands on a project for a few weeks. the marketing team has been over-performing , and our launch outreach may be bigger than we're currently ready for. contact me offlist - jonat...@findmeon.com - if you freelance. --~--~-~--~~~---~--~~ You

Re: changes from rc4 to rc5

2009-02-12 Thread Wichert Akkerman
Previously Ben Bangert wrote: - Beaker has been updated since the last release to fix several bugs involving memcached, and how it stores session data Does that mean that it is now possible to use memcache for beaker sessions? Wichert. -- Wichert Akkerman wich...@wiggy.netIt is simple

Beaker bug

2009-02-12 Thread andres
Hi All, I am moving from Pylons 0.9.6.2 to Pylons 0.9.7rc4 and am seeing strange behavior with the Beaker session. Starting with a fresh installation (Pylons 0.9.7rc4 with Beaker 1.2.1), I setup this simple controller: class HelloworldController(BaseController): def start_session(self):

Re: changes from rc4 to rc5

2009-02-12 Thread Ben Bangert
On Feb 12, 2009, at 11:49 AM, Wichert Akkerman wrote: Does that mean that it is now possible to use memcache for beaker sessions? It was possible to use them before, except due to the way they stored the session keys in a variety of memcached keys, it was easy to have a session get