>>>>> "Steve" == Steve Kacenjar <[EMAIL PROTECTED]> writes:

    Steve> Just installed FC6 onto AMD 64 bit processor and have
    Steve> installed Python.  I have also installed numpy and
    Steve> matplotlib however when I run IPython and begin importing
    Steve> items I run into a problem when try to import pylab.
    Steve> Specifically I receive the following dump:


    Steve> ImportError: No module named _ns_backend_gdk

    Steve> I am new to this and would appreciate any help in resolving
    Steve> this problem.  Thanks.

this looks like numpy was not available at compile time.  Make sure
you have a compatible numpy and mpl (eg the latest release of both or
the latest svn of both) and then do a clean build (eg 'rm -rf build').

JDH

-------------------------------------------------------------------------
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