views:

12

answers:

0

I m using python 2.6 version, for small python script while building it i m getting same kind of errors "sh: ldd: command not found"

Below ones are the few errors

copying /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_bisect.so -> /Users/zoho/Desktop/dist/_bisect.so sh: ldd: command not found

copying /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/_codecs_cn.so -> /Users/zoho/Desktop/dist/_codecs_cn.so sh: ldd: command not found

Do anyone have succeed in building a python script in mac osx?