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.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to