distutils - distributing non-python data files

2005-10-25 Thread RickMuller
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. Currently when I have data of this type, I parse it into python objects and make a python module

Re: distutils - distributing non-python data files

2005-10-26 Thread Micah Elliott
On Oct 25, RickMuller 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. It's not clear from your questions whether this is user-co

Re: distutils - distributing non-python data files

2005-10-26 Thread Jorgen Grahn
On 25 Oct 2005 10:35:53 -0700, RickMuller <[EMAIL PROTECTED]> 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