Distributing Python, slimer?

Pete Shinners pete at shinners.org
Wed Jan 9 11:08:03 EST 2002


Jeffrey Drake wrote:

> I am considering using python for developing the second version of a
> program I made called Q3FLauncher. ( http://members.rogers.com/jpt.d )
> 
> My main problem is that I don't want the user to have to download 6mb
> for something they probably won't actually develop with. Py2EXE is an
> even worse option (from what I understand of how it works) as it would
> need to transfer a smaller (1/2?) transfer but have to do it more
> often.


for a small script, i'm guessing py2exe will build you something that's 
about 1mb in size. if that's just too big, you can set your program up 
so that the program created by py2exe calls an extrernal .PY script. 
that way users would only need to download the updated version of your 
.PY script for any changes.





More information about the Python-list mailing list