[ZODB-Dev] Re: ZODB with a Relational Database
    Tino Wildenhain 
    tino at wildenhain.de
       
    Wed Jan  4 05:16:12 EST 2006
    
    
  
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