Tony S Yu
unread,Oct 3, 2009, 12:55:43 PM10/3/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyWavelets
Hi,
I'd like to try out pywavelets, but I'm having problems installing it
on my system. I'm not sure if this the right place to look for build
help, but I couldn't find any other mailing lists.
I've tried easy_install, but this seems to produce a buggy install
which fails with a dialog saying:
"Python quit unexpectedly while using the _pywt.so plug-in"
Since I'm running the new mac os (OS X 10.6) I'm not too surprised by
the failure since I've had other packages that don't yet easy_install
correctly.
I'm now trying to build PyWavelets from source, but the build hangs.
The build output is pasted below.
Any suggestions would be much appreciated.
Thanks,
-Tony
OS X 10.6
python 2.6.1
build output (hangs trying to compile _pywt.c):
===================================
expanding template: src/c_wt.pxd.template -> src/c_wt.pxd
expanding template: src/convolution.c.template -> src/convolution.c
expanding template: src/convolution.h.template -> src/convolution.h
expanding template: src/wavelets.c.template -> src/wavelets.c
expanding template: src/wavelets.h.template -> src/wavelets.h
expanding template: src/wavelets_coeffs.h.template -> src/
wavelets_coeffs.h
expanding template: src/wt.c.template -> src/wt.c
expanding template: src/wt.h.template -> src/wt.h
running build_ext
building 'pywt._pywt' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -
Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch ppc -
arch x86_64 -pipe -DPY_EXTENSION -Isrc -I/System/Library/Frameworks/
Python.framework/Versions/2.6/include/python2.6 -c src/_pywt.c -o
build/temp.macosx-10.4-universal-2.6/src/_pywt.o -fwrapv -O2 -Wall -
fno-strict-aliasing -finline-limit=1