McMillan installer on OS X

Just just at xs4all.nl
Thu Jan 30 10:28:09 EST 2003


In article <b68f71a7.0301300622.5d13c136 at posting.google.com>,
 alan_salmoni at yahoo.com (Alan James Salmoni) wrote:

> Has anyone tried using the McMillan installer on MacIntosh OSX, and if
> so, with what degree of success?

I tried and it seems to work, but it needs a patch: on OSX there's no 
"ldd" program. In bindepend.py, replace

    os.system('ldd "%s" >%s' %(pth, tmpf))

with

    os.system('otool -L "%s" >%s' %(pth, tmpf))

(I forwarded this to Gordon but I'm not sure whether he incorporated in 
a new release. I don't even know whether there was a release since I 
tried.)

I haven't used it extensively, let alone in production, so I can't 
really tell how well it works.

Just




More information about the Python-list mailing list