distutils - distributing non-python data files

Jorgen Grahn jgrahn-nntq at algonet.se
Wed Oct 26 12:04:12 EDT 2005


On 25 Oct 2005 10:35:53 -0700, RickMuller <rpmuller at gmail.com> wrote:
> I really appreciate the ease that the distutils make distributing
> Python modules. However, I have a question about using them to
> distribute non-Python (i.e. text) data files that support Python
> modules.

I think you forgot to explain why you cannot simply use distutil's
data_files parameter. Do you have trouble finding the file at runtime?

  http://docs.python.org/dist/node12.html

/Jorgen

-- 
  // Jorgen Grahn <jgrahn@       Ph'nglui mglw'nafh Cthulhu
\X/                algonet.se>   R'lyeh wgah'nagl fhtagn!



More information about the Python-list mailing list