On 7/20/07, new2turbo <[EMAIL PROTECTED]> wrote: > > temporaryFile = 'C:/temp/saved_worksheet-' + str(int(time.time() * > 1000)) + '.xls'
for creating tempfiles you should use mkstemp from the tempfile module: http://docs.python.org/lib/module-tempfile.html Regards, Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

