Hi all,
    I have been using Python WMI module for a while now, I am facing a
problem with the remote connection. The script forever tries to acquire a
connection with the remote machine without timing out.
    I did find a solution from preventing the connection to wait forever by
introducing a timeout (passing "*security_flags=0x80*" as an argument), but
this is not working for me. The link is specified below for the solution
that I found.
    Is there anyway to timeout the connection to the remote machine from
freezing the script.

Link : http://timgolden.me.uk/python/wmi/wmi.html

Regards,
Dhiraj
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to