pylab

Hello - I am using python 2.6, numpy-1.3.0-win32-

superpack-python2.6,
scipy-0.7.1-win32-superpack-python2.6, sympy-0.6.7.win32,

matplotlib-1.0.0.win32-py2.6,
and brian-1.2.1.win32.
I would like to “import pylab” , however I get the following messages
shown below. Any assistnce would be highly appreciated.
Thank you.
Robert

···

import pylab
File “F:\Python26\lib\site-packages\pylab.py”, line 1, in
from matplotlib.pylab import *
File “F:\Python26\lib\site-packages\matplotlib\pylab.py”, line 206, in

from matplotlib import mpl # pulls in most modules
File “F:\Python26\lib\site-packages\matplotlib\mpl.py”, line 2, in

from matplotlib import axis
File “F:\Python26\lib\site-packages\matplotlib\axis.py”, line 10, in

import matplotlib.font_manager as font_manager
File “F:\Python26\lib\site-packages\matplotlib\font_manager.py”, line
1301, in
_rebuild()
File “F:\Python26\lib\site-packages\matplotlib\font_manager.py”, line
1292, in _rebuild
fontManager = FontManager()
File “F:\Python26\lib\site-packages\matplotlib\font_manager.py”, line 984,
in init
self.ttffiles = findSystemFonts(paths) + findSystemFonts()
File “F:\Python26\lib\site-packages\matplotlib\font_manager.py”, line 330,
in findSystemFonts
for f in win32InstalledFonts(fontdir):
File “F:\Python26\lib\site-packages\matplotlib\font_manager.py”, line 213,
in win32InstalledFonts
key, direc, any = _winreg.EnumValue( local, j)
MemoryError

Did you have a previous version of matplotlib? Did you ever have
difficulties with that version on this computer?

Ben Root

···

On Thursday, November 25, 2010, robert fujii <robertf111@...287...> wrote:

Hello - I am using python 2.6, numpy-1.3.0-win32-

superpack-python2.6,
scipy-0.7.1-win32-superpack-python2.6, sympy-0.6.7.win32,

matplotlib-1.0.0.win32-py2.6,
and brian-1.2.1.win32.
I would like to "import pylab" , however I get the following messages
shown below. Any assistnce would be highly appreciated.
Thank you.
Robert
*********************************************************************************
import pylab
File "F:\Python26\lib\site-packages\pylab.py", line 1, in <module>
from matplotlib.pylab import *
File "F:\Python26\lib\site-packages\matplotlib\pylab.py", line 206, in
<module>
from matplotlib import mpl # pulls in most modules
File "F:\Python26\lib\site-packages\matplotlib\mpl.py", line 2, in
<module>
from matplotlib import axis
File "F:\Python26\lib\site-packages\matplotlib\axis.py", line 10, in
<module>
import matplotlib.font_manager as font_manager
File "F:\Python26\lib\site-packages\matplotlib\font_manager.py", line
1301, in <module>
_rebuild()
File "F:\Python26\lib\site-packages\matplotlib\font_manager.py", line
1292, in _rebuild
fontManager = FontManager()
File "F:\Python26\lib\site-packages\matplotlib\font_manager.py", line 984,
in __init__
self.ttffiles = findSystemFonts(paths) + findSystemFonts()
File "F:\Python26\lib\site-packages\matplotlib\font_manager.py", line 330,
in findSystemFonts
for f in win32InstalledFonts(fontdir):
File "F:\Python26\lib\site-packages\matplotlib\font_manager.py", line 213,
in win32InstalledFonts
key, direc, any = _winreg.EnumValue( local, j)
MemoryError