Trying to launch LauTools using
python LaueToolsGUI.py
give the following error:
module Image / PIL is not installed
module Image / PIL is not installed
Missing library libtiff, Please install: pylibtiff if you need open some tiff images
Missing python module called PIL. Please install it if you need open some tiff images from vhr camera
module Image / PIL is not installed
module Image / PIL is not installed
Traceback (most recent call last):
File "LaueToolsGUI.py", line 53, in <module>
import LaueSpotsEditor as LSEditor
File "/Users/myself/Documents/MyLaueTools/trunk/LaueSpotsEditor.py", line 14, in <module>
import wxmpl
File "/Users/myself/Documents/MyLaueTools/trunk/wxmpl.py", line 25, in <module>
from matplotlib.axes import _process_plot_var_args
ImportError: cannot import name _process_plot_var_args</module></module></module>
I installed PIL through homebrew using brew install pillow
If I start python and then type
import PIL
everything works fine.
So I am a bit puzzled where I went wrong.
Your help would be greatly appreciated