Could not fire up pylab in Japanese Win XP

Hi,
After resolving the font_manager.py issue, I could fire up pylab on
Japanese Win 2K. However, on my Win XP Japanese PCs, there seems
some trouble remaining.

The following result was obtained with Enthogut python 2.3.3 on XP
professional Version 2002 SP1, Japanese.
On other PC with XP SP2, Japanese, I got a similar error.
So I'm afraid it is repeatable to any Japanese Win XP.

Maybe, my WinXPs are not fresh and clean. What do you think?
I'm ready to test the special debugging build which was mentioned in the
list earlier, if the binaries are sent to me.

ยทยทยท

--
Natsu

python

Enthought Edition build 1056
Python 2.3.3 (#51, Feb 16 2004, 04:07:52) [MSC v.1200 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.

^Z

python simple_plot.py --verbose-helpful

matplotlib data path C:\Python23\share\matplotlib
loaded rc file C:\Python23\share\matplotlib\.matplotlibrc
matplotlib version 0.72.1
verbose.level helpful
interactive is False
platform is win32
numerix Numeric 23.3
font search path ['C:\\Python23\\share\\matplotlib']

Then a message box appears telling that python.exe is quitting.
The box has a link and a "debug" button.

The "debug" button tells that
The instruciton "0x1e07460e" refers to memory at "0x00000000".
It could not be "read". (in Japanese)

The link gudes to an other message box which tells that the error
signature is as follows:

AppName: python.exe AppVer: 0.0.0.0 ModName: python23.dll
ModVer: 2.3.3150.1012 Offset: 0007460e

python -v

--- snip ---

import pylab

--- snip ---
import matplotlib.lines # precompiled from
C:\Python23\lib\site-packages\matplotlib\lines.pyc
# C:\Python23\lib\site-packages\matplotlib\patches.pyc matches
C:\Python23\lib\site-packages\matplotlib\patches.py
import matplotlib.patches # precompiled from
C:\Python23\lib\site-packages\matplotlib\patches.pyc
# C:\Python23\lib\site-packages\matplotlib\path.pyc matches
C:\Python23\lib\site-packages\matplotlib\path.py
import matplotlib.path # precompiled from
C:\Python23\lib\site-packages\matplotlib\path.pyc
# C:\Python23\lib\site-packages\matplotlib\ticker.pyc matches
C:\Python23\lib\site-packages\matplotlib\ticker.py
import matplotlib.ticker # precompiled from
C:\Python23\lib\site-packages\matplotlib\ticker.pyc
# C:\Python23\lib\site-packages\matplotlib\font_manager.pyc matches
C:\Python23\lib\site-packages\matplotlib\font_manager.py
import matplotlib.font_manager # precompiled from
C:\Python23\lib\site-packages\matplotlib\font_manager.pyc
# C:\Python23\lib\glob.pyc matches C:\Python23\lib\glob.py
import glob # precompiled from C:\Python23\lib\glob.pyc
# C:\Python23\lib\fnmatch.pyc matches C:\Python23\lib\fnmatch.py
import fnmatch # precompiled from C:\Python23\lib\fnmatch.pyc
# C:\Python23\lib\site-packages\matplotlib\afm.pyc matches
C:\Python23\lib\site-packages\matplotlib\afm.py
import matplotlib.afm # precompiled from
C:\Python23\lib\site-packages\matplotlib\afm.pyc
import matplotlib.ft2font # dynamically loaded from
C:\Python23\lib\site-packages\matplotlib\ft2font.pyd
# C:\Python23\lib\posixpath.pyc matches C:\Python23\lib\posixpath.py
import posixpath # precompiled from C:\Python23\lib\posixpath.pyc
import _winreg # dynamically loaded from C:\Python23\DLLs\_winreg.pyd
import cPickle # builtin

Then the message box appears.