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.QtGui import *

app = QApplication(sys.argv)
app.setQuitOnLastWindowClosed(False)

Regards,
Matteo

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to