Re: Multiple separate py2exe executables and library.zip

2009-03-01 Thread Gabriel Genellina
En Sun, 01 Mar 2009 14:35:01 -0200, The Dude escribió: Each invocation of py2exe creates an executable along with a number of other files which need to be distributed with it, including library.zip. I noticed that compiling different scripts creates different, and incompatible library.

Re: Multiple separate py2exe executables and library.zip

2009-03-01 Thread Patrick Mullen
On Sun, Mar 1, 2009 at 8:35 AM, The Dude wrote: >   Hello, > >   Each invocation of py2exe creates an executable along with a number of > other files which need to be distributed with it, including library.zip. I > noticed that compiling different scripts creates different, and incompatible > libr

Multiple separate py2exe executables and library.zip

2009-03-01 Thread The Dude
Hello, Each invocation of py2exe creates an executable along with a number of other files which need to be distributed with it, including library.zip. I noticed that compiling different scripts creates different, and incompatible library.zip-s. Suppose I need a directory that contains the resu