robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
191 stars 105 forks source link

why Py6S cannot use in IPython? #34

Closed dorbodwolf closed 6 years ago

dorbodwolf commented 7 years ago

I can import all thing of Py6S by from Py6S import * in python but when I do this through IPython its throw ImportError: No module named Py6S. What the probably reasons ?

samsammurphy commented 7 years ago

This is probably a question for the forum, as other uses might benefit from the discussion (and you would get a quicker response for sure)

You probably have more than one version of python on your machine. Can you post the output from these commands?

$ which python
$ which ipython
j08lue commented 6 years ago

This is not a Py6S issue. Better close this.