if form.accepts(request.vars,session):         for table in db.tables:          
   rows=db(db[table].id).select()             print rows             
open(str(os.sep).join([os.getcwd(), 'applications',                 
request.application, 'databases',                 
table+'.csv']),'w').write(str(db(db[table].id).select ())) 
 
 
How can i encrypt and descrypt the created file above??
 
thanks in advance...
_________________________________________________________________
NEW! Get Windows Live FREE.
http://www.get.live.com/wl/all
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to