Thank you! Ill try to do that.

On Fri, Apr 22, 2016 at 7:33 AM, Dan McCombs <dmcco...@dyn.com> wrote:

> For what it's worth, I build multiple executables in the same setup.py by
> having multiple Executable objects in the list as Thomas says, they share
> the library.zip and work well.
>
> Take care,
>
> -Dan
>
> [image: Dyn logo, Dyn.com] <http://dyn.com/>
> <http://twitter.com/dyn> <http://twitter.com/dyninc>   [image: Dyn
> facebook account] <http://facebook.com/dyn>   [image: Dyn LinkedIn
> account] <http://linkedin.com/company/dyn>
>
> Dan McCombs  / Senior Software Engineer
>  603 296 1568      @danmccombs <http://twitter.com/danmccombs/>
>
> On Fri, Apr 22, 2016 at 3:08 AM, Thomas Kluyver <tak...@gmail.com> wrote:
>
>> On 21 April 2016 at 19:07, Tiago Macarios <tiagomacar...@gmail.com>
>> wrote:
>>
>>> I have 3 executables that have to be on the same folder (it is out of my
>>> control), but with the current layout I end up with conflicting files. I
>>> would guess that the pyd files are always the same, so it does not matter,
>>> but the python35.zip is different.
>>
>>
>> Are you building them all at once, or separately? If it's possible to
>> build them all together, I think that should just work - put multiple
>> Executable() objects in the list passed to setup().
>>
>> Thomas
>>
>>
>> ------------------------------------------------------------------------------
>> Find and fix application performance issues faster with Applications
>> Manager
>> Applications Manager provides deep performance insights into multiple
>> tiers of
>> your business applications. It resolves application problems quickly and
>> reduces your MTTR. Get your free trial!
>> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>> _______________________________________________
>> cx-freeze-users mailing list
>> cx-freeze-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>>
>>
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> cx-freeze-users mailing list
> cx-freeze-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to