Script randomly exits for seemingly no reason with strange traceback
Steven D'Aprano
steve+comp.lang.python at pearwood.info
Fri Feb 3 21:47:49 EST 2012
More information about the Python-list mailing list
Fri Feb 3 21:47:49 EST 2012
- Previous message (by thread): Script randomly exits for seemingly no reason with strange traceback
- Next message (by thread): Script randomly exits for seemingly no reason with strange traceback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 03 Feb 2012 19:15:30 -0500, inq1ltd wrote: > Check your code in that module for open parenthesis something like > below.. Most likely your code is looking for the closing parenthesis. > Start at the bottom and move up. > > pink = str(self.RecordKey[2] <--missing ")" If that were the case, the module wouldn't run at all, it would consistently raise SyntaxError before running. -- Steven
- Previous message (by thread): Script randomly exits for seemingly no reason with strange traceback
- Next message (by thread): Script randomly exits for seemingly no reason with strange traceback
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list