solve this problem :
'NoneType' object has no attribute 'start'
1
Expert's answer
2014-05-22T09:17:35-0400
This error means that the function ‘start()’ isnot described in theobject compRE.Must be so: classcompRE (object): def start(self): # afunction body
Comments