Re: [Tutor] Zipping files and Mysql

2011-06-30 Thread Christopher King
/myfiles/my_db/ needs to be a string that right there is trying to divide nothing by the variable called myfiles, divided by my_db, divide by nothing On Mon, Jun 27, 2011 at 3:45 PM, wrote: > I am trying to write a script that will dump a mysql db and then zip the > file. > > > I do know about m

Re: [Tutor] Zipping files and Mysql

2011-06-28 Thread gagnrath
First time trying to use it, so I don't expect it to work. Got to see if I have a file i don't mind playing around with to see if I can zip it up using the zipfile. As for the MySQL, I think I may have to resign myself to using an alternate method than the straight python libraries. Jun 28,

Re: [Tutor] Zipping files and Mysql

2011-06-28 Thread Timo
On 27-06-11 21:45, gagnr...@verizon.net wrote: I am trying to write a script that will dump a mysql db and then zip the file. I do know about mysqldb, but I was wondering if there is anything native to the libraries that will allow me to do this without using a seperate piece. Then after I

[Tutor] Zipping files and Mysql

2011-06-27 Thread gagnrath
I am trying to write a script that will dump a mysql db and then zip the file. I do know about mysqldb, but I was wondering if there is anything native to the libraries that will allow me to do this without using a seperate piece. Then after I gather the DBs, I need to zip them. I wrote the