[wingide-users] Having trouble installing package on OSX...
Anthony Palomba
apalomba at austin.rr.com
Fri Jan 27 10:46:46 MST 2012
Hey fellow wingers,
I am trying to install a package with WingIDE and am running in to trouble.
My environment is OSX10.7, python 2.7(python.org), and Wing 4.1.2.
The script I am trying to run is...
setup(
name = name,
description=description,
version=version,
url = url,
long_description = long_description,
author = author,
author_email = author_email,
cmdclass = cmdclass,
scripts = scripts,
ext_modules=[
Extension("pypm", ["pypm.pyx"],
library_dirs=["./OSX"],
libraries = ["portmidi", "porttime"],
extra_link_args=["-framework", "CoreFoundation",
"-framework", "CoreMIDI",
"-framework", "CoreAudio"])
]
)
WingIDE gives me the following output. Is there something I am missing?
Found darwin (OS X) platform
running install
running build
running build_ext
building 'pypm' extension
gcc-4.0 -fno-strict-aliasing -fno-common -dynamic -arch ppc -arch i386 -g
-O2 -DNDEBUG -g -O3
-I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c
pypm.c -o build/temp.macosx-10.3-fat-2.7/pypm.o
unable to execute gcc-4.0: No such file or directory
-ap
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20120127/b8a47f94/attachment.html
More information about the wingide-users
mailing list