tjd / carcode

Automatically exported from code.google.com/p/carcode
0 stars 0 forks source link

'monkey' attribute error #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I got this error by doing the following on Ubuntu:

1. Ran 'python carcode.py'
2. Selected 'Start Carcode'
3. Clicked 'x' on the window to close it.
4. Chose 'yes'

$ python carcode.py
Traceback (most recent call last):
  File "carcode.py", line 41, in <module>
    main()
  File "carcode.py", line 36, in main
    if opts.monkey:
AttributeError: Values instance has no attribute 'monkey'

Original issue reported on code.google.com by tjdonald...@gmail.com on 26 Jul 2008 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by tjdonald...@gmail.com on 26 Jul 2008 at 5:02

GoogleCodeExporter commented 9 years ago
The "monkey" option (replay game) was removed in r208, v3.0a2 includes this fix
already, this error should not appear anymore.

Original comment by clsdan...@gmail.com on 26 Jul 2008 at 5:11