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
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
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
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 ):
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