[ZODB-Dev] Re: ZODB with a Relational Database

José Carlos Senciales jcsenciales at citic.es
Wed Jan 4 06:40:47 EST 2006


thanks

my phyton console return "0L", so i have have large file support.



----- Original Message ----- 
From: "Tino Wildenhain" <tino at wildenhain.de>
To: "José Carlos Senciales" <jcsenciales at citic.es>
Cc: "Dennis Allison" <allison at shasta.stanford.edu>; "Florent Guillaume" 
<fg at nuxeo.com>; <zodb-dev at zope.org>
Sent: Wednesday, January 04, 2006 11:16 AM
Subject: Re: [ZODB-Dev] Re: ZODB with a Relational Database


> José Carlos Senciales schrieb:
>> thanks
>>
>> How can i know if i have my Python configured with large file support ?
>>
>> My version is:
>>
>> Zope Version  (Zope 2.8.4-final, python 2.3.5, win32)
>> Python Version  2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit 
>> (Intel)]
>> System Platform  win32
>>
>
> double-klick on the python.exe or start it in a console
> window and try:
>
> >>> f=open("somefile.txt","w")
> >>> f.tell()
> 0L
> >>>
>
> if its 0L, you probably have large file support.
> If its just 0, you probably dont.
>
> Not sure if on windows it also depends on the filesystem
> you use. Try with NTFS if in doubt.
>
> Regards
> Tino 



More information about the ZODB-Dev mailing list