[python-win32] USB device tree physical topology

2013-03-23 Thread David Goodger
simple). I have tried a bunch of things, but I probably missed the obvious-in-hindsight. Please provide me that hindsight! -- David Goodger http://python.net/~goodger ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman

Re: [python-win32] creating a long-running Python COM server

2006-09-15 Thread David Goodger
or or it could run in a separate thread. I will write this up as a recipe in the Python Cookbook; any comments on my code (attached)? Thanks again! -- David Goodger http://python.net/~goodger import os import time import pythoncom import win32com.server.util import win32com.server.register Test of a long

[python-win32] creating a long-running Python COM server

2006-09-14 Thread David Goodger
of my own (Amazon.ca can't find me one). Does anyone know of a new edition any time soon? -- David Goodger http://python.net/~goodger ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] creating a long-running Python COM server

2006-09-14 Thread David Goodger
want an instance of my server class created in a new Python process; I want the existing, running Python process. -- David Goodger http://python.net/~goodger ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo