jinjuyu / sproxel

Automatically exported from code.google.com/p/sproxel
0 stars 0 forks source link

Linux Debian wheezy 32bit filename not being aquired from save dialogue properly #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. save project normally.

What is the expected output? What do you see instead?
Expected: Correct saving of the project file.

Output: File is not saved. Upon adding a print command to test if the filename 
was correct, the message

"UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-25: 
ordinal not in range(128)"

is displayed in the python terminal.

What version of the product are you using? On what operating system?
Version: Sproxel 0.61
OS: Linux Debian wheezy 32bit

Please provide any additional information below.

I've tried a bunch of stuff to get this to work, even tried converting the 
filename from unicode, and found that the filename was completely wrong. I 
really want to get this working as the new tools are life savers.

Original issue reported on code.google.com by quatr...@hotmail.com on 10 Apr 2013 at 9:36