[EMAIL PROTECTED] 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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to