Re: Question about python code distribution...

2005-04-28 Thread [EMAIL PROTECTED]
Hi, I would like for all platforms, not just for windows. In any case, the above two replies about "zipfile" support and "eggs" answer my question. That's exactly what I was looking for. Thanks for prompt and useful responses. Raghu. -- http://mail.python.org/mailman/listinfo/python-list

Re: Question about python code distribution...

2005-04-28 Thread Larry Bates
You didn't say what platform, but if it is Windows take a look at Inno Installer. It is a complete installation framework that allows you to package everything into a single setup.exe file. I use a combination of py2exe and Inno to do my apps that are to be distributed. Nothing could be simpler.

Re: Question about python code distribution...

2005-04-28 Thread Stephen Prinster
[EMAIL PROTECTED] wrote: > Hi, > > I am sure that this question might have come up repeatedly. Companies > may not want to distribute their python code in source form. Even > though pyc files are one option, it gets inconvenient to distribute > bunch of them . If there is some way to bundle pyc fi

Re: Question about python code distribution...

2005-04-27 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > Hi, > > I am sure that this question might have come up repeatedly. Companies > may not want to distribute their python code in source form. Even > though pyc files are one option, it gets inconvenient to distribute > bunch of them . If there is some way to bundle pyc fi