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
> 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
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
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.
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