Actions
Bug #1503
closedfftw installation problem for python 2.4 on CentOS 5.x
Status:
Closed
Priority:
High
Assignee:
Amber Herold
Category:
Installation
Target version:
Start date:
12/19/2011
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.2.0
Show in known bugs:
Yes
Workaround:
Description
redux is much more efficient with fftw3 based on my test.
numextension is no longer compiled with fftw (see r10884 ).
I tried PyFFTW3 (http://launchpad.ned/pyfftw/ to wrap it for python. built fine on my Mac (MacOS 10.6; Python 2.6; fftw 3.2.2) but could not do so on cronus3 (CentOS 5.5; Python 2.4; fftw 3.1.2),
error message:
Traceback (most recent call last):
File "setup.py", line 27, in ?
import ctypes
ImportError: No module named ctypes
What to do?
ctypes is new in python 2.5
Actions