Packaging Python Apps

Peter nospam at dontreply.com
Tue Oct 19 08:05:08 EDT 2004


Steve Holden wrote:
snip

> For 1), wouldn't
> 
> python setup.py build
> 
> or its variants suffice.
> 
> regards
>   Steve

Well, build would make all the files, but I would like to perform a pseudo
install so that I can see all that WOULD be installed. That way, I could
package it so it could be installed on another PC without having to run a
python script.

Thanks for the reply



More information about the Python-list mailing list