white = pygame.color(255,255,255)
TypeError: 'module' object is not callable
When I run the code that happens.
TypeError: 'module' object is not callable
When I run the code that happens.
'module' object is not callable
|
white = pygame.color(255,255,255)
TypeError: 'module' object is not callable When I run the code that happens.
Test everything in a Python shell (iPython, Azure Notebook, etc.)
Apr-20-2017, 02:31 AM
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
[PyGame] Int object not callable error! | ghost0fkarma | 2 | 8,505 |
Nov-14-2018, 03:02 AM Last Post: ghost0fkarma |