Skip to content
Grant Mercer edited this page Jun 8, 2015 · 3 revisions

How do I actually run this project?

  • The main is included in CALIPSO_Visualization.py, once you've followed the installation instructions run it through either eclipse or python CALIPSO_Visualization.py

I'm receiving the error ImportError: cannot import name _imagingtk when running the project.

  • First, ensure you do not have PIL installed alongside Pillow. These two packages can not coexist and will likely cause issues if you have both installed.
  • If that is not the case, for Linux users try running sudo apt-get install python-imaging-tk . Windows users need to take a couple extra steps
    • Remove any related packages on conda, conda remove PIL or conda remove Pillow
    • Install PIL from here , PIL-1.1.7.win32-py2.7.exe

ccplot's setup.py build cannot find HdfEosDef.h

  • This is an error due to the setup.py script not being comprehensive, the solution is covered in the installation instructions. You can also read about why you get this issue on the github bug tracker for ccplot here

While importing PIL on windows Eclipse tells me Image and ImageTk are unresolved

  • This is a known issue, and unless you are actually receiving errors this can be ignored
Clone this wiki locally