Re: [Py2exe-users] compiling multiple executables
by David Figgins other posts by this author
Jul 29 2006 10:25AM messages near this date
Re: [Py2exe-users] compiling multiple executables
|
Re: [Py2exe-users] compiling multiple executables
>
> Why not use:
>
> setup(console=['targetA.py', 'targetnB.py'])
>
> This is exactly why the argument is expected to be a list.
>
> Your example is no different than invoking py2exe multiple times with
> different top-level setup scripts - and in that case you really would expect
> library.zip to be updated.
>
> Cheers,
>
> Mark
>
>
>
Thanks Mark,
Looks like the obvious answer was in plain sight!
Makes sense to me now....
dave
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users
Thread:
David Figgins
Mark Hammond
David Figgins
Bruno THOORENS
|