Rajarshi Guha wrote:
> Hi, I've been trying to package a python project and I'm a little confused
> about how I distribute some PNG's that the program uses as icons.
>
> Using distutils I can set the data_files argument of setup() and get my
> data files located in, say, /usr/local/mydata.
>
> Ho
Rajarshi Guha <[EMAIL PROTECTED]> writes:
> Hi, I've been trying to package a python project and I'm a little confused
> about how I distribute some PNG's that the program uses as icons.
>
> Using distutils I can set the data_files argument of setup() and get my
> data files located in, say, /usr/
Hi, I've been trying to package a python project and I'm a little confused
about how I distribute some PNG's that the program uses as icons.
Using distutils I can set the data_files argument of setup() and get my
data files located in, say, /usr/local/mydata.
However when I write my code, it woul