hanyuone / Ways-to-NOT-make-money

A basic Python (2.x/3.x) incremental game.
8 stars 3 forks source link

Revert "Updated game_model.py for V0.7.1" #83

Closed ghost closed 8 years ago

ghost commented 8 years ago

Reverts DerpfacePython/Ways-to-NOT-make-money#82

Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> 
 RESTART: C:\Users\DARREN\AppData\Local\Programs\Python\Python35-32\Ways-to-NOT-make-money-python3\game.py 
g2 ['auto', '0', 'print', '0', 'counter', '0', 'shares', '0', 'bank', '0', 'upg1h1', '0', 'upg1h2', '0', 'upg2h1', '0', 'upg2h2', '0', 'upg3', '0', 'upg4', '0', 'upg5', '0', 'cupg1', '0', 'cupg2', '0', 'quintillion', '0', 'quadrillion', '0', 'trillion', '0', 'billion', '0', 'million', '0', 'money', '0.0', 'time', '0', 'clicks', '0']
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Users\DARREN\AppData\Local\Programs\Python\Python35-32\lib\tkinter\__init__.py", line 1549, in __call__
    return self.func(*args)
  File "C:\Users\DARREN\AppData\Local\Programs\Python\Python35-32\Ways-to-NOT-make-money-python3\game.py", line 60, in verifysignin
    game_state = game_model.GameState(g2)
  File "C:\Users\DARREN\AppData\Local\Programs\Python\Python35-32\Ways-to-NOT-make-money-python3\game_model.py", line 53, in __init__
    self.lottoprice = int(self.data[45])
IndexError: list index out of range
>>> 

on testing Py3. Seriously????