Hi,
Which version of Pygame. Proper Unicode file name handling was added to
1.9.2. Before that only enough Unicode support was added to Pygame so it
would build and run in Python 3.
Lenard Lindstrom
On 08/02/11 12:10 PM, Rodolfo Neu wrote:
I just tried it but the problem remains.
Thank you.
2011/2/8 Julian Marchant <[email protected] <mailto:[email protected]>>
I doubt that this is related to your problem, but since you're
using Python 3, shouldn't that shebang be "#!/usr/bin/python3"?
------------------------------------------------------------------------
*From:* Rodolfo Neu <[email protected] <mailto:[email protected]>>
*To:* [email protected] <mailto:[email protected]>
*Sent:* Tue, February 8, 2011 1:41:32 PM
*Subject:* [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?