On 14/01/2008, Phillip J. Eby <[EMAIL PROTECTED]> wrote:
> At 11:24 AM 1/14/2008 +0000, Paul Moore wrote:
> >If I have a module which installs some files using the
> >data_files=[...] argument to setup.py, how do I then (reliably) find
> >those files from my code?
>
> You can't.  Use package_data instead.  It's available in the
> distutils as of Python 2.4.

I thought that might be the answer. Unfortunately, MoinMoin still
preserves compatibility with 2.3 :-(

Paul.
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to