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

2011-08-20 Thread Matteo Boscolo
Hi Kevin, Il 20/08/2011 20:30, Kevin Walzer ha scritto: nfortunately, this means my best option is probably to move ahead without COM support. Try with the pyqt we use it with the main loop opened and it works very well here you get a basic example: from PyQt4.QtCore import * from PyQt4.QtG

[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

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 w

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