On Thursday, November 25, 2010, robert fujii <robertf...@gmail.com> 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
>
>

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

Ben Root

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to