From: <zh...@um...> - 2006-09-29 18:39:08
|
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' |