[python-win32] USB device tree physical topology

2013-03-23 Thread David Goodger
tter how 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.pyth

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

2006-09-15 Thread David Goodger
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

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

2006-09-14 Thread David Goodger
is now running so that I get the same behavior as the above? I don't 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

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

2006-09-14 Thread David Goodger
I can't get one 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