larsga / tmphoto

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

Encoding problem for Japanese user #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I choose File | Scan directory from the menu, the following error
occurs:

Exception in thread "AWT-EventQueue-0" Traceback (most recent call last):
 File "D:\MyDB\tool\tmphoto\tmphoto-0_1a2\tmphoto\tagger\utils.py", line
93, in
actionPerformed
   self._function()
 File "D:/MyDB/tool/tmphoto/tmphoto-0_1a2/tmphoto/tagger/tagger.py", line
1350,
in _scan_directory
   tm = scan(dir, the_event)
 File "D:/MyDB/tool/tmphoto/tmphoto-0_1a2/tmphoto/tagger/tagger.py", line
1599,
in scan
   print file
LookupError: unknown encoding ms932

Original issue reported on code.google.com by lar...@gmail.com on 21 Jul 2009 at 4:07

GoogleCodeExporter commented 8 years ago
This may help: 
http://www.python.jp/pipermail/python-ml-jp/2002-March/001126.html

Original comment by lar...@gmail.com on 21 Jul 2009 at 4:09

GoogleCodeExporter commented 8 years ago
Fixed by revision 113.

Original comment by lar...@gmail.com on 5 Aug 2009 at 9:56