[PyWin] Does Win32RAS Work ?

G. Lewis lemiss at my-deja.com
Thu Sep 23 04:34:49 EDT 1999


>     Have spent a couple of hours trying to narrow down a
> prob w/ Win32RAS and I'm at the point where I suspect it simply
> doesn't work.  Have trimmed down the rastest script to simply

Works for me, though i don't use it for much. I just use it in a script to
check if i have a connection like this...

    import win32ras
    cons = win32ras.EnumConnections()
    if not cons:
    	print 'No Connection...'

Hehe, that's all i use it for! But it works for that at least....




Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.




More information about the Python-list mailing list