[Tutor] Python code to connect using PPPoE

Johan Geldenhuys johan at accesstel.co.za
Wed Jan 24 15:44:04 CET 2007


Is there a module that I can use for this or is it a "os" function?

Johan

-----Original Message-----
From: Kent Johnson [mailto:kent37 at tds.net] 
Sent: 24 January 2007 04:39 PM
To: johan at accesstel.co.za
Cc: tutor at python.org
Subject: Re: [Tutor] Python code to connect using PPPoE

Johan Geldenhuys wrote:
> Kent,
> I want to establish the connection with Python. I think in Linux you 
> can use a PPPoE package to make life easier, but I don't want to use 
> the Kernel to do that.

If you are on Linux, maybe you can use os.command() to control rp-pppoe.
http://www.roaringpenguin.com/penguin/openSourceProducts/rpPppoe

If you are on Windows maybe win32ras does what you want?

Kent

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007/01/23
08:40 PM
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.8/649 - Release Date: 2007/01/23
08:40 PM
 



More information about the Tutor mailing list