[Tutor] python sockets

Matthew Ngaha chigga101 at gmail.com
Tue Jun 10 21:50:34 CEST 2014


On Tue, Jun 10, 2014 at 5:28 PM, Jon Engle <jon.engle at gmail.com> wrote:
>
>     startingPort=input("\nPlease enter starting port: ")
>     startingPort=int(startingPort)
>
>     def setup(PORT):
>          PORT = startingPort    #arbitrary port not currently in use

There's a conflict with this PORT variable.


More information about the Tutor mailing list