On 1/24/2009 4:38 PM Linda Chen apparently wrote:
> C:\Documents and Settings\Linda\Desktop\python>python readdata.py
> Traceback (most recent call last):
> File "readdata.py", line 1, in <module>
> import pylab
> File "C:\Python25\Lib\site-packages\pylab.py", line 1, in <module>
> from matplotlib.pylab import *
> File "C:\Python25\Lib\site-packages\matplotlib\__init__.py", line 127, in
> <mod
> ule>
> import sys, os, tempfile
> File "C:\python25\lib\tempfile.py", line 33, in <module>
> from random import Random as _Random
> ImportError: cannot import name Random
What happens if you do
from random import Random
at the interpreter prompt?
Alan Isaac
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users