On 11/12/2018 05:55 PM, David Rock wrote:
> Is there a requirement to use only what comes in the standard libraries, or
> can you use things from pypi?
> Getting interface details is exactly why netifaces was created
>
> https://pypi.org/project/netifaces/
Also if working with NetworkManager is
On Tue, Nov 13, 2018, srinivasan wrote:
>Dear Python Experts,
>
>*First method:*
>
>I need to get the IP address basically the gateway IP in my setup I get it
>as "192.168.178.1" when I run the below standalone python code.
>
>
>*def get_gateway_ip(self):*
>*"""*
>*Get the I
> On Nov 12, 2018, at 13:37, srinivasan wrote:
>
> Dear Python Experts,
>
> *First method:*
>
> I need to get the IP address basically the gateway IP in my setup I get it
> as "192.168.178.1" when I run the below standalone python code.
Is there a requirement to use only what comes in the sta