Re: distutils and data files

2008-02-25 Thread Gabriel Genellina
En Fri, 22 Feb 2008 05:28:22 -0200, Sam Peterson <[EMAIL PROTECTED]> escribió: > Robert Bossy <[EMAIL PROTECTED]> on Wed, 20 Feb 2008 09:29:12 > +0100 didst step forth and proclaim thus: > >> Sam Peterson wrote: >>> I've been googling for a while now and cannot find a good way to deal >>> with th

Re: distutils and data files

2008-02-22 Thread Diez B. Roggisch
> Not if the documentation for 2.5's got anything to say about it. If > it does, it's well hidden. > > I think I'll kill the idea of using distutils for my program. It > seems like distutils was primarily designed for modules and > extensions. Start using setuptools and pkg_resources. Then you

Re: distutils and data files

2008-02-21 Thread Sam Peterson
Robert Bossy <[EMAIL PROTECTED]> on Wed, 20 Feb 2008 09:29:12 +0100 didst step forth and proclaim thus: > Sam Peterson wrote: >> I've been googling for a while now and cannot find a good way to deal >> with this. >> >> I have a slightly messy python program I wrote that I've historically >> just r

Re: distutils and data files

2008-02-20 Thread Robert Bossy
Sam Peterson wrote: > I've been googling for a while now and cannot find a good way to deal > with this. > > I have a slightly messy python program I wrote that I've historically > just run from the extracted source folder. I have pictures and sound > files in this folder that this program uses.

distutils and data files

2008-02-19 Thread Sam Peterson
I've been googling for a while now and cannot find a good way to deal with this. I have a slightly messy python program I wrote that I've historically just run from the extracted source folder. I have pictures and sound files in this folder that this program uses. I've always just used the relat