picca
picca
If I am not wrong this is because of the python3.7 removal which did not yet reach testing. did you tryed with unstable ?
Hello Jerome, this is not about OpenCL, but about OpenGL, where an extension is missing. So it seems to me that the used extensins should be tested , and if...
If I try to execute `from pyFAI.opencl import ocl`, I get this error message ``` picca@mordor:~/Debian/pyfai/pyfai$ PYTHONPATH=/home/picca/Debian/pyfai/pyfai/.pybuild/cpython2_2.7_pyfai/build python2.7 Python 2.7.15+ (default, Aug 31 2018, 11:56:52) [GCC 8.2.0] on linux2 Type...
Here the sys.path ``` >>> import sys >>> sys.path ['', '/home/picca/Debian/pyfai/pyfai/.pybuild/cpython2_2.7_pyfai/build', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-i386-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/python2.7/dist-packages/wx-3.0-gtk3'] ``` we can see that '' is the first...
If I change the current dir, it works. ``` picca@mordor:~/Debian/pyfai$ PYTHONPATH=/home/picca/Debian/pyfai/pyfai/.pybuild/cpython2_2.7_pyfai/build python2.7 Python 2.7.15+ (default, Aug 31 2018, 11:56:52) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for...
I instrumented the code of `/home/picca/Debian/pyfai/pyfai/.pybuild/cpython2_2.7_pyfai/build/pyFAI/azimuthalIntegrator.py` in order to print the sys.path and I get this ``` ['/home/picca/Debian/pyfai/pyfai/.pybuild/cpython2_2.7_pyfai/build', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-i386-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages/PILcompat', '/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/python2.7/dist-packages/wx-3.0-gtk3'] ``` now...
Ok, this is a bad interaction with the --no-opencl option. If I remove --no-opencl from the command line it works.
Hello Jerome, so I just tested pyFAI with fabio 0.1.4 and the hdf5 files here the command I am using. ./bootstrap.py pyFAI-calib -l 0.39 -w 0.652 -D Xpad_flat -S Si...
Another problem observed with the hdf5 URI Traceback (most recent call last): File "./bootstrap.py", line 99, in execfile(os.path.join(SCRIPTSPATH, script)) File "./build/scripts-2.7/pyFAI-calib", line 63, in c.gui_peakPicker() File "./build/lib.linux-i686-2.7/pyFAI/calibration.py", line 811, in...
Hello Jerome, I just used the calib method. so it use your default :) Yes I have the test image I can send it to you tomorrow if you want.