[Tutor] memory error files over 100MB

2009-03-10 Thread Harris, Sarah L
day, March 09, 2009 9:02 PM To: Harris, Sarah L Cc: tutor@python.org Subject: Re: [Tutor] memory error On Fri, Mar 6, 2009 at 5:03 PM, Harris, Sarah L wrote: > fname=filter(isfile, glob.glob('*.zip')) > for fname in fname: > zipnames=filter(isfile, glob.glob('*.zip

[Tutor] memory error

2009-03-06 Thread Harris, Sarah L
Hello, I am very much a beginner at programming. As a learning tool I am trying to extract multiple zipped files. I got it to work after looking at lots of other examples (see below for code) but because some of my files are quite large I end up with a 'Memory Error'. Is there a simple way to fi

[Tutor] image processing

2009-03-06 Thread Harris, Sarah L
Could someone please let me know where I can find 'lots' of examples of image processing using python? Particularly MODIS and ASTER examples. Any feedback will be greatly appreciated. Regards Sarah ___ Tutor maillist - Tutor@python.org http://mail.pyth