From: Eric F. <ef...@ha...> - 2006-09-29 22:16:30
|
zh...@um... wrote: > How to get the following through? Thanks > > > import matplotlib.axes3d as p3 > > Traceback (most recent call last): > File "<pyshell#19>", line 1, in -toplevel- > import matplotlib.axes3d as p3 > File "C:\Python24\lib\site-packages\matplotlib\axes3d.py", line 26, in > -toplevel- > import art3d > File "C:\Python24\lib\site-packages\matplotlib\art3d.py", line 17, in > -toplevel- > import proj3d > File "C:\Python24\lib\site-packages\matplotlib\proj3d.py", line 21, in > -toplevel- > cross = nx.cross > AttributeError: 'module' object has no attribute 'cross' I don't see that line in the current version, so it looks like you need to update your matplotlib installation. Eric |