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 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? >
I guess you're reading these addons with the exec or execfile builtins ? I don't really know py2exe but I bet it can handle it without problem. -- Cédric Lucantis -- http://mail.python.org/mailman/listinfo/python-list