> Not if the documentation for 2.5's got anything to say about it. If > it does, it's well hidden. > > I think I'll kill the idea of using distutils for my program. It > seems like distutils was primarily designed for modules and > extensions.
Start using setuptools and pkg_resources. Then you can use pkg_resources to locate a module directory, and use that to fetch data contained in there. Diez -- http://mail.python.org/mailman/listinfo/python-list