On Tue, Jun 10, 2014 at 5:28 PM, Jon Engle <jon.en...@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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to