|
From: John H. <jdh...@ac...> - 2004-06-22 12:57:55
|
>>>>> "Thomas" == Thomas Barket <tho...@ya...> writes:
Thomas> C:\Matplotlib\matplotlib src\examples>python stock_demo.py
Thomas> Traceback (most recent call last): File "stock_demo.py",
Thomas> line 4, in ? from matplotlib.matlab import * File
Thomas> "C:\Python23\lib\site-packages\matplotlib\matlab.py", line
Thomas> 134, in ? from axes import Axes File
Thomas> "C:\Python23\lib\site-packages\matplotlib\axes.py", line
Thomas> 9, in ? from artist import Artist File
Thomas> "C:\Python23\lib\site-packages\matplotlib\artist.py", line
Thomas> 4, in ? from transforms import identity_transform File
Thomas> "C:\Python23\lib\site-packages\matplotlib\transforms.py",
Thomas> line 181, in ? from _transforms import IDENTITY, LOG10,
Thomas> Func, FuncXY, PolarXY ImportError: cannot import name
Thomas> IDENTITY
Thomas> C:\Matplotlib\matplotlib src\examples>
Something is wrong with your installation. My transforms.py line 181
is something different. _transforms should be providing IDENTITY.
Thomas> Is version 0.54.2 not the correct starting point for doing
Thomas> this unzip? If solving this is a hassle, I don't mind
Thomas> going back to the old 0.54.2 and waiting for the bug fixes
Thomas> that come with the next proper release.
We're planning on doing a release in the near future, so if you can
wait for the new installer, that would be easiest.
JDH
|