Re: py2exe & application add-ons

2008-06-20 Thread Alex Gusarov
Thanks everybody, yes, I use 'exec' for files. And "freeze" modules - thanks too, I almost forgot this opportunity. -- Best regards, Alex Gusarov -- http://mail.python.org/mailman/listinfo/python-list

Re: py2exe & application add-ons

2008-06-19 Thread Gabriel Genellina
En Thu, 19 Jun 2008 08:00:32 -0300, Alex Gusarov <[EMAIL PROTECTED]> escribió: > 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).

Re: py2exe & application add-ons

2008-06-19 Thread Mike Driscoll
On Jun 19, 6:00 am, "Alex Gusarov" <[EMAIL PROTECTED]> 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

Re: py2exe & application add-ons

2008-06-19 Thread Matthew Woodcraft
Alex Gusarov <[EMAIL PROTECTED]> 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

Re: py2exe & application add-ons

2008-06-19 Thread Cédric Lucantis
Le Thursday 19 June 2008 13:00:32 Alex Gusarov, vous avez écrit : > 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

py2exe & application add-ons

2008-06-19 Thread Alex Gusarov
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