Hi can I have a look at the search_function of
/usr/lib/python2.6/encodings/__init__.py.
On Mon, Jul 5, 2010 at 11:00 PM, Ross Vandegrift wrote:
> Hey everyone,
>
> Looks like Debian recently changed the system python to python2.6, so
> I'm taking this chance to update my app to make sure ther
Hi,
I want to use the redis as my database backend and repoze.what and
repoze.who for user login. I could not identify the right application
which uses redis and repoze with pylons.
There is repoze.what.plugins.redis plugins availble, but I don't know
to use it.
Please help me out.
Regards,
Kr
Hey everyone,
Looks like Debian recently changed the system python to python2.6, so
I'm taking this chance to update my app to make sure there aren't any
issues.
When I hit a page via "paster serve ..." I get a weird exception from
imports in WebError. Has anyone seen this? I can't be the first
About one month ago I created a thread about having a Internal server
error instead of the nice traceback page in pylons:
http://groups.google.com/group/pylons-discuss/browse_thread/thread/21e39857c2cb4c0e/f6d70861cc95640a
At the time the suggestion (changing the mako file) solved the
problem, but