Go To Homepage



Book Details
Beginning Game Development with Python and Pygame: From Novice to Professional book cover
  • By Will McGugan
  • ISBN13: 978-1-59059-872-6
  • ISBN10: 1-59059-872-5
  • 316 pp.
  • Published Oct 2007
  • Print Book Price: $39.99
  • eBook Price: $27.99



Errata Submission

If you think that you've found an error in Beginning Game Development with Python and Pygame: From Novice to Professional, please let us know about it. You will find any confirmed erratum below, so you can check if your concern has already been addressed.

Submit Errata
Beginning Game Development with Python and Pygame: From Novice to Professional (978-1-59059-872-6)

Errata

Issue Author's Response
Your code does not run...

PythonWin 2.5.2 (r252:60911, Mar 27 2008, 17:57:18) [MSC v.1310 32 bit (Intel)] on win32.
Portions Copyright 1994-2006 Mark Hammond - see 'Help/About PythonWin' for further copyright information.
Traceback (most recent call last):
File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript
exec codeObject in __main__.__dict__
File "D:\bpwpapcode\Chapter07\antsstatemachine.py", line 10, in <module>
from gameobjects.vector2 import vector2
ImportError: No module named gameobjects.vector2
You will need to install the 'gameobjects' module. See the following page for more information. http://code.google.com/p/gameobjects/