> Any ideas? I will try upgrading to Python 2.3.5 (from ActiveState)
> tomorrow and see if that makes any difference.
Just did the upgrade and I'm seeing the same hang at the end of the program.
Jeff
signature.asc
Description: OpenPGP digital signature
__
> Well I ran it w/o problem. Under what are you running it? (IDLE, Python
> command prompt, ...??)
> What is the evidence that it hangs?
I'm running it from a command prompt typing: python iisdigger.py
Evidence it hangs? It starts, seems to run fully, and then python never
ends. I let it sit for
Hi all,
Has anyone ever used Python to work with Certificate Services in
Windows? I'm trying to figure out if it is possible to import a
certificate into a specific Window's Certificate Store.
Jeff
signature.asc
Description: OpenPGP digital signature
> You can use CAPICOM, which is an automation interface
> to the cryptography and certificate APIs. I don't think it
> comes installed on most systems, but you can download
> it from MSDN.
Works great. CAPICOM is exactly what I needed. Now if only I could use
ADSI to set SSLCertHash in IIS but th
Hi all,
I'm rather frustrated by an issue I'm having.
This sample bit of code runs fine; however, at the end just hangs and the
program never ends. I'm using Python 2.3.2 (from ActiveState - build 232)
BEGIN CODE
import win32com.client
def recurse(objstr):
for obj in win32com.client.Ge