View Single Post
Posts: 27 | Thanked: 8 times | Joined on Jan 2009 @ Singapore
#5
now I change it to
Code:
cd src
export = /home/ubuntu/krank-07:/home/ubuntu/krank-07/src:/home/krank-07/levels
python Main.py
above error solved. But new error happens
Code:
Traceback (most recent call last):
  File "Main.py", line 66, in <module>
    pygame.display.set_icon(pygame.image.load('levels/images/icon64x64.png'))
pygame.error: Couldn't open levels/images/icon64x64.png
I check that icon64x64.png exists. Is this a path issue or pygame library issue?