Distributing Python Code

Lyle Johnson ljohnson at resgen.com
Mon Nov 13 12:33:02 EST 2000


Nick,

Depending on how many files you're talking about, and how they're currently
packaged, you may want to consider using the Distutils package (a standard
part of Python as of Python-1.6). It will build zip files or Windows
installers for Windows, gzipped tar files under Unix (which is basically the
standard there). It will also install the files to the "right place" on the
installation platform, which is a nice plus.

For more information, see this introduction:

    http://www.python.org/doc/current/dist/dist.html

Hope this helps,

Lyle

"Nick Trout" <nick at videosystem dot co dot uk> wrote in message
news:3a0ff4dc at news.xtml.co.uk...
> I'd like to distribute some Python files. I use Win95/Win2k so Zip
archived
> files are preferrable/natural for me.
>
> How portable are Zip files?
>
> What would be a better solution?
>
> Regards,
> Nick.
>
>
>
>





More information about the Python-list mailing list