[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] loading images with special characters on file name



Hi,
After installing Python 3.1.3, I have problems loading images whose file name contains special characters, like ã and ç

Pygame.image.load doesn't work even with:
#!/usr/bin/python
# -*- coding utf-8 -*-


Any help, please?