Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Display IP address in listbox
Post: RE: Display IP address in listbox

(Oct-21-2020, 12:43 PM)deanhystad Wrote: It is printed to the console because you are calling print. And print does not return the socket name, it returns None. ADDR = (print(s.getsockname()[0])) ...
dominicrsa GUI 2 2,132 Oct-21-2020, 01:00 PM
    Thread: Display IP address in listbox
Post: Display IP address in listbox

Hi, I'm trying to display various Windows settings in a simple Python GUI, starting with the current IP (The next step would be to add a new button to change the IP etc...) The IP currently gets dis...
dominicrsa GUI 2 2,132 Oct-21-2020, 12:37 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020