Hello,
There's a small bug in the code for Connection #3, page 10, where the author wrote:
It should have beenCode:if __name__ == 'main':
This is quite important, as the main code will never be executed in the former case :-(Code:if __name__ == '__main__':

Reply With Quote