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
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
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
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