Re: Recursive zipping of Directories in Windows

2007-02-04 Thread Jandre
On Feb 1, 9:39 pm, Larry Bates <[EMAIL PROTECTED]> wrote: > Jandre wrote: > > Hi > > > I am a python novice and I am trying to write a python script (most of > > the code is borrowed) to Zip a directory containing some other > > directories and files. The script

Recursive zipping of Directories in Windows

2007-02-01 Thread Jandre
Hi I am a python novice and I am trying to write a python script (most of the code is borrowed) to Zip a directory containing some other directories and files. The script zips all the files fine but when it tries to zip one of the directories it fails with the following error: "IOError: [Errno 13]

Re: Script to export MySQL tables to csv

2005-11-16 Thread Jandre
Thnaks to everybody for their input. I have found a quick fix for now. MySQL dump allows me to export the data to XML which can easily be compared. This will help me for now and the project will have to wait until I have some more time. Regards Jandre -- http://mail.python.org/mailman/listinfo

Script to export MySQL tables to csv

2005-11-10 Thread Jandre
using MySQL front, but this has to be done tabe-by-table, and is too time consuming. I am new to Python and also new to programming. Can anyone please help. Thanks Jandre -- http://mail.python.org/mailman/listinfo/python-list