GNOME Bugzilla – Bug 493889
ValueError: invalid literal for int() with base 10: ''
Last modified: 2007-11-05 20:53:11 UTC
gnome-sudoku crashes when starting new very difficult game. (SVN trunk) Traceback (most recent call last):
+ Trace 175527
ret = fun(ui,*args,**kwargs)
self.select_game()
self.gsd.change_grid(choice[1],9)
self.setup_grid(grid,group_size)
self.grid = sudoku.InteractiveSudoku(grid,group_size=group_size)
SudokuSolver.__init__(self,grid,verbose,group_size)
SudokuGrid.__init__(self,grid,verbose=verbose,group_size=group_size)
grid.append([int(i) for i in g[start:start+side]])
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 493886 ***