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()’ is not described in theobject compRE. Must be so: class compRE (object): def start(self): # afunction body
Comments
Leave a comment