I just upgraded to python3 on Fedora, and was trying to import pylab
. But instead I got an error
ImportError: No module named 'pylab'
After some research I found some information about installing a package matplotlib-py3k
to make it work. However, the link to the page is down! Maybe there is a yum install
package I can use to simply install pylab
to work with python3?
The package for python2.x is installed and working.