nuary 2007 12:25 AM
To: tutor@python.org
Subject: Re: [Tutor] Python code to connect using PPPoE
Hi Johan,
PPPoE is both in the Linux Kernel (for the low level work) and as some
executables and scripts.
It fou want to establish a connection from a Python script (E.G. ehn the
computer has no int
Hi Johan,
PPPoE is both in the Linux Kernel (for the low level work) and as some
executables and scripts.
It fou want to establish a connection from a Python script (E.G. ehn the
computer has no internet access and you need it) The best way would be
to call the appropriate utilities, and parse
4:39 PM
> To: [EMAIL PROTECTED]
> Cc: tutor@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,
Is there a module that I can use for this or is it a "os" function?
Johan
-Original Message-
From: Kent Johnson [mailto:[EMAIL PROTECTED]
Sent: 24 January 2007 04:39 PM
To: [EMAIL PROTECTED]
Cc: tutor@python.org
Subject: Re: [Tutor] Python code to connect using PPPoE
Johan
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.
EMAIL PROTECTED]
Cc: tutor@python.org
Subject: Re: [Tutor] Python code to connect using PPPoE
Johan Geldenhuys wrote:
> Hi all,
>
> I don't know if this the right place to ask the question, but I did
> some Googling and struggled to get decent examples of code to use for
> PPPoE c
Johan Geldenhuys wrote:
> Hi all,
>
> I don't know if this the right place to ask the question, but I did some
> Googling and struggled to get decent examples of code to use for PPPoE
> connection.
>
> I have a wireless modem that uses PPPoE to connect and want to use
> Python to connect to
Hi all,
I don't know if this the right place to ask the question, but I did some
Googling and struggled to get decent examples of code to use for PPPoE
connection.
I have a wireless modem that uses PPPoE to connect and want to use Python to
connect to the internet through this modem using PPPoE