File \"C:\\Users\\Administrator\\Documents\\Mibot\\oops\\blinkserv.py\", line 82, in __init__ self.serv = socket(AF_INET,SOCK_STREAM) TypeError: \'module\' objec
check the import statements since a module is not callable. In Python, everything (including functions, methods, modules, classes etc.) is an object.