py2exe & application add-ons

Mike Driscoll kyosohma at gmail.com
Thu Jun 19 13:22:48 EDT 2008


On Jun 19, 6:00 am, "Alex Gusarov" <alex.m.gusa... at gmail.com> wrote:
> Hello, I've met a problem - I want my program working without Python
> installation but I have some add-on mechanism (add-ons represented by
> separate .py files, and application auto-recognize such files on
> start).
>
> So, if I will using py2exe for main program and separate .py files for
> add-ons, will I need Python installation on client machine?
> Maybe other ways exist for such tasks?
>
> --
> Thx, Alex Gusarov

I know some of the people here swear by the "freeze" modules. As I
understand it, you can use them to just distribute your pyc files.
This makes updates very small, or so I've heard. I haven't tried it
yet.

Mike



More information about the Python-list mailing list