Re: [Pythonmac-SIG] [OT] advice on distributing for different OSs

2013-05-24 Thread Chris Barker - NOAA Federal
On Fri, May 24, 2013 at 2:10 AM, DavidWorrall wrote: > maybe you'd like to help build one? > > mmm tempting. I'm moving continents ATM so it will have to wait a bit. Who knows how much time I'll find for this, but my goal is to set up a system (probably a gitHub project), and then others will be

Re: [Pythonmac-SIG] Advice wanted on dependency building...

2013-05-24 Thread Matthias Baas
On Thu, May 23, 2013 at 11:41 PM, Chris Barker - NOAA Federal < chris.bar...@noaa.gov> wrote: > On Thu, May 23, 2013 at 2:29 PM, Matthias Baas > wrote: > > > From a user's point of view, I find that Windows installers as generated > > by bdist_wininst still provide the nicest user experience with

Re: [Pythonmac-SIG] Static Linking...

2013-05-24 Thread Ronald Oussoren
On 24 May, 2013, at 1:41, Chris Barker - NOAA Federal wrote: > As a side note to the main thread about dependencies: > > How can I static link? It is a lot easier when there is only a static archive in a directory and no dylib (that is build libpng with --enable-static --disable-shared). In