Darren Dale wrote: > I'm checking the matplotlib-0.91.1 gentoo ebuild that Sébastien Fabbro put > together. After installing, I get a number of errors when running > backend_driver.py that are probably related to MANIFEST.in: missing pyplot > and npyma. There are many other errors exposed by backend_driver as well, but > maybe some will clear up with an improved MANIFEST. pyplot.py is in lib, and MANIFEST.in already recursively includes everything in lib, so I don't think this is the problem. npyma is inside of lib/numerix/, which again should not have required any change to MANIFEST.in. Eric