I had thought i solved my problems but they still exist... i have a deadline for Monday... If anyone can help... I will be grateful...
temporaryFile = 'C:/temp/saved_worksheet-' + str(int(time.time() * 1000)) + '.xls' the entire code is at http://paste.turbogears.org/paste/1519 When I run the python start-project.py and download it from the windows server where it is being developed and going to be hosted from, it works fine... i.e it asks if u want to save it as .xls file or open it... but when we tried it from some other machine, it started hanging on me.... I went to c:/temp and changed the permissions on that folder. I also tried file = StringIO() w.save(file) return file.getvalue() instead of the above method with the same results also... The data is garbage, anyplace i can look at how to format it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

