When running supersprint.py, I get the following traceback
(speed) [me@mac Wireframe-21 (master)]$ python supersprint.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
File "supersprint.py", line 8, in <module>
cars.append(Actor('car'+str(c), center=(400, 70+(30*c))))
NameError: name 'Actor' is not defined
After installing pgzero I have the following libraries installed:
When running
supersprint.py
, I get the following tracebackAfter installing pgzero I have the following libraries installed: