Re: [Tutor] Empty GraphicsWindow

2014-11-21 Thread Alan Gauld
On 21/11/14 03:00, niyanax...@gmail.com wrote: I need help figuring why my GraphicsWindow empty, I cannot figure out why it is empty. Here is my code : # Import graphics from module from graphics import GraphicsWindow Since 'graphics' is not a standard part of Python can you tell us where you

[Tutor] Empty GraphicsWindow

2014-11-20 Thread niyanaxx95
I need help figuring why my GraphicsWindow empty, I cannot figure out why it is empty. Here is my code : # Import graphics from module from graphics import GraphicsWindow tileSize = 0 def main() : # Define global variables tilesInRow = 0 tilesInCol = 0 gapX = 0 gap