[python-win32] comtypes question: getactiveobject(ie.__clsid) says 'operation unavailsble'

2008-06-27 Thread Aaron Colichia
New to the pywin32 user list I've read a couple of articles stating that IE doesn't register with the ROT. It was geared toward IE4, but I am not sure if I am running into this or if I am not doing something right. I question my syntax because I was certain it worked once. Both CreateObject and

Re: [python-win32] Get listening ports

2008-06-27 Thread Tim Golden
le dahut wrote: Hello, I'm looking for an API that can do netstat calls to return a list of listenign ports and maybe a process attached to it. You need the IP Helpers API http://msdn.microsoft.com/en-us/library/ms886687.aspx I'm afraid I've never used it, though, so you'll have to scout ar

Re: [python-win32] COM and threading

2008-06-27 Thread Tim Golden
June Kim wrote: Running the following code results in an attribute error: Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner self.run() File "testcom.py", line 10, in run print self.ie.locationUrl Fil

[python-win32] COM and threading

2008-06-27 Thread June Kim
Running the following code results in an attribute error: Exception in thread Thread-1: Traceback (most recent call last): File "C:\Python25\lib\threading.py", line 486, in __bootstrap_inner self.run() File "testcom.py", line 10, in run print self.ie.locationUrl File "C:\Python25\Lib

[python-win32] Get listening ports

2008-06-27 Thread le dahut
Hello, I'm looking for an API that can do netstat calls to return a list of listenign ports and maybe a process attached to it. Any idea ? K. ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win