On 28 February 2012 11:54, Rob Reilink <[email protected]> wrote:
> I found that if you used Macports to install your python, you have to set the 
> LIBRARY_PATH to /opt/local/lib:
>
> LIBRARY_PATH='/opt/local/lib' python3.1 setup.py install --user

A follow up on this now that I've had a chance to try on a mac:

For added confusion, it seems Apple now gives you clang, which doesn't
support the $LIBRARY_PATH environment variable. I don't know how to
solve that properly; I just hacked setup.py to call
self.compiler.add_library_dir('/opt/local/lib') for macports.

I wasn't able to get it working with the Python.org Python at all. It
gave me the "Compiling with an SDK that doesn't seem to exist:"
message, (see the comments on
http://sourceforge.net/tracker/?func=detail&aid=3482687&group_id=84937&atid=574390
).

Thanks,
Thomas

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to