On Fri, Jul 25, 2008 at 10:04 AM, Rick Pasotto <[EMAIL PROTECTED]> wrote: > I have a script that works fine on my linux machine but bombs out when > run under windows using the exact same data files. The script downloads > a file then unzips it and then scans the resulting file for certain > records. Under Windows it gets a memory error in the unzip routine. > > Where should I send the error report?
In general, http://bugs.python.org/ is the place to report python bugs. Before you do that though, you should probably put together a bit of sample code to show the bug, and post it to comp.lang.python (or the main python mailing list - they mirror each other). That will help make sure there isn't a bug in your code rather than in the zipfile module. -- Jerry _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor