Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
Hellou. Anybody know about code that work equivalent to gzinflate() function used in PHP? I search via google but I don't found anything sensible :-( -- http://mail.python.org/mailman/listinfo/python-list

Re: Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
On Wed, 01 Aug 2007 13:54:21 +, kyosohma wrote: > On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: >> Hellou. >> >> Anybody know about code that work equivalent to gzinflate() >> function used in PHP? >> >> I search via google but I don&#x

Re: Equivalent to gzinflate() function in PHP.

2007-08-01 Thread Adam Kubica
On Thu, 02 Aug 2007 08:17:13 +0200, Adam Kubica wrote: > On Wed, 01 Aug 2007 13:54:21 +, kyosohma wrote: > >> On Aug 1, 8:44 am, Adam Kubica <[EMAIL PROTECTED]> wrote: >>> Hellou. >>> >>> Anybody know about code that work equivalent to gzinflate

Pylons, SQLAlchemy, too many connections problem.

2007-08-31 Thread Adam Kubica
Hello. I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug that doesn't exist earlier. My connection code: import sqlalchemy.mods.threadlocal from sqlalchemy import DynamicMetaData, objectstore metadata = DynamicMetaData( case_sensitive = False ) def db_connect( dsn ):

Re: Pylons, SQLAlchemy, too many connections problem.

2007-08-31 Thread Adam Kubica
On Fri, 31 Aug 2007 14:03:48 +0200, Adam Kubica wrote: > Hello. > > I have pylons 0.96 (SVN) and current SQLAlchemy (0.3.10), and I have bug > that > doesn't exist earlier. > > My connection code: > > import sqlalchemy.mods.threadlocal > from sqlalchemy