"Phillip J. Eby" <[EMAIL PROTECTED]> writes: > Use pkg_resources.resource_filename() - it will give you a real filename for > the resource (unpacked to a temporary directory if necessary). If you are > running "setup.py test", on the other hand, it will return the path to the > original source file.
Great exactly what I was looking for -- thanks. cheers, 'as _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
