Any builtin function that can dial up ISP and/or log off?

Tim Golden tim.golden at viacom-outdoor.co.uk
Fri Oct 22 04:33:53 EDT 2004


[User]
| I am looking for a function that can dial up an ISP, connect and/or
| log off through a Python script running under windows.  I looked in
| socket, but didn't find anything that looks promising.  Any
| suggestions?  If it is just an executable file belonging to windows
| that I need to run, just tell me what the file is and I'll write a
| script to run it.  Thanks.

You need to be looking at the win32ras module from
the pywin32 extensions (http://pywin32.sf.net)

TJG

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________



More information about the Python-list mailing list