Re: Python 2.7.14 and Python 3.6.0 netcdf4

2018-07-23 Thread MRAB
On 2018-07-23 23:39, jorge.conr...@cptec.inpe.br wrote: Hi, Please someone can help me with this error message; for Python 2.7.14 I did: from netCDF4 import Dataset and I didn't have no message That's because you've installed netCDF4 for Python 2.7.

Re: Python 2.7.14 and Python 3.6.0 netcdf4

2018-07-23 Thread Steven D'Aprano
On Mon, 23 Jul 2018 19:39:18 -0300, jorge.conrado wrote: > Traceback (most recent call last): > File "", line 1, in > ModuleNotFoundError: No module named 'netCDF4' > > > What can I do to solve this error for Python 3.6.0 Just because you have the Python 2.7 version of

Re: Python 2.7.14 and Python 3.6.0 netcdf4

2018-07-23 Thread Thomas Jollans
On 24/07/18 00:39, jorge.conr...@cptec.inpe.br wrote: > from netCDF4 import Dataset > > I had: > > Traceback (most recent call last): > File "", line 1, in > ModuleNotFoundError: No module named 'netCDF4' > > > What can I do to solve this error for Python 3.6.0 I

Python 2.7.14 and Python 3.6.0 netcdf4

2018-07-23 Thread jorge . conrado
Hi, Please someone can help me with this error message; for Python 2.7.14 I did: from netCDF4 import Dataset and I didn't have no message But, for Python 3.6.0 from netCDF4 import Dataset I had: Traceback (most recent call last): File