Re: [python-win32] Questions about deploying COM server via py2exe

2011-08-20 Thread Matteo Boscolo
Hi Kevin, run this script and it will be registered for debug .. run the win32traceutil.py as mentioned in the following link : http://www.boscolini.eu/Boscolini/index.php?option=com_contentview=articleid=62%3Apython-win32debug-tutorialcatid=38%3AprogrammingItemid=55lang=en

Re: [python-win32] Pythonwin Combobox

2011-08-20 Thread Manfred Schulte-Oversohl
Hi Greg, that did exactly what I want! Thank you very much. Cheers Manfred ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Questions about deploying COM server via py2exe

2011-08-20 Thread Kevin Walzer
Hi Matteo, Thanks for the suggestions. I have integrated the win32trace module into my frozen app. Here is my final code: from quickwho_main import quickwhoApp import time import tempfile from win32com.server.exception import COMException import winerror import win32com.server.register import

[python-win32] Opening, Modifying, and Saving an Excel File from Python?

2011-08-20 Thread The Little Guy
Hi, I apologize for the lengthy post. I'm using Python 2.7, Win 7, Excel 2003. When trying to enter a time object and text data into a, simple, Excel 2003 file. I've tried different combinations for saving the file. I've used workbook.Save(), workbook.SaveAs(filename), etc. Sometimes