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
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).
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
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
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
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