Changes between Initial Version and Version 1 of Ticket #1131, comment 1


Ignore:
Timestamp:
Jul 20, 2018 5:44:48 PM (6 years ago)
Author:
butler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1131, comment 1

    initial v1  
    33The installer copies relevant DLLs from the active Python installation (e.g. for numpy, Python itself, etc.) The Windows package for pyopencl contains OpenCL.dll, but this is never copied. 
    44 
    5 Copying OpenCL.dll to the installed SasView program files causes the dialog to appear, but the only option is "No OpenCL", and the following log appears: 
     5Copying OpenCL.dll to the installed !SasView program files causes the dialog to appear, but the only option is "No OpenCL", and the following log appears: 
    66 
    77{{{ 
    88WARNING : sas.sasgui.perspectives.fitting.gpu_options (gpu_options.pyc:172) :: Unable to import the pyopencl package.  It may not have been installed.  If you wish to use OpenCL, try running pip install --user pyopencl 
    99}}} 
    10 Opening the Python shell from within SasView and trying `import pyopencl` results in the following error: 
     10Opening the Python shell from within !SasView and trying `import pyopencl` results in the following error: 
    1111 
    1212{{{