ImportError: No module named wradlib
Hi Kai,
I have uninstalled Anaconda and installed Miniconda instead. I've installed all you have mentioned in points 1-10 below. But wradlib was still not found:

BTW: the content of the folder wradlib within C:\Users\bialas-j\AppData\Local\Continuum\Miniconda2\envs\fresh\Lib\site-packages\wradlib was ca. 1MB only.
Then I have download and unpacked wradlib from bitbucket into the above folder and started setup.py. It’s worked, but still wradlib wasn’t recognized:

I think I’ll try the old way with Python(xy).
Thanks and have some nice days
Joachim
-----Ursprüngliche Nachricht-----
Von: wradli...@googlegroups.com [mailto:wradli...@googlegroups.com] Im Auftrag von Kai Mühlbauer
Gesendet: Samstag, 14. Mai 2016 19:49
Hi Kai,
thank you very much for your great help! I can now run my old python/wradlib scripts :-)
See the full installation instruction for WIN8.1 :
1. Install the Miniconda ( Just me(recommended) ).
2. Create new environment from scratch:
$ conda create -n wradlib pip python=2.7
3. Activate wradlib environment:
> activate wradlib
4. Install wradlib:
(wradlib) $ conda install wradlib
(wradlib) $ conda install mkl=11.3.1 (this will downgrade numpy, scipy and mkl)
5. Set GDAL_DATA environment variable (needed for georeferencing):
[wradlib] > setx GDAL_DATA C:\path\to\........\Miniconda2\envs\wradlib\Library\share\gdal
6. Optional dependencies can be installed OS independent with pip:
(wradlib) $ pip install xmltodict
This worked fine and wradlib can be used. BTW: The trick with conda install mkl=11.3.1 does not help installing Anaconda (instead of Miniconda)!
I also tried to install the noteboo with: (wradlib) $ conda install notebook. The installation was completed:

But starting ipython notebook, I got an WindowsError: [Error 2]

Starting a notebook results in “Kernel error” L
Do you have an idea what went wrong?
Thanks once more
Joachim
-----Ursprüngliche Nachricht-----
Von: wradli...@googlegroups.com [mailto:wradli...@googlegroups.com] Im Auftrag von Kai Mühlbauer
Gesendet: Sonntag, 15. Mai 2016 15:07
An: wradli...@googlegroups.com
Betreff: Re: Problem with easy install using conda-forge on WIN 8.1
Hi Joachim,
To unsubscribe from this group and all its topics, send an email to wradlib-user...@googlegroups.com.
Hi Kai,
unfortunately it doesn't work. In addition I did conda update ipython , conda install jupyter and python -m jupyter kernelspec install-self, but no success :-(
Something else I can try?
Cheers,
Joachim

-----Ursprüngliche Nachricht-----
Von: wradli...@googlegroups.com [mailto:wradli...@googlegroups.com] Im Auftrag von Kai Mühlbauer
Gesendet: Sonntag, 15. Mai 2016 20:33
To unsubscribe from this group and all its topics, send an email to wradlib-user...@googlegroups.com.
Hi Kai,
you are great! Uff, finally it's working this way :-)
Thanks very much for your help and time spend!
Now I have one minor problem: how can I install safely “ipywidgets” and “pandas”? I don’t like to destroy the now working installation ;-)
Again, thanks a lot and cheers,
Joachim

-----Ursprüngliche Nachricht-----
Von: wradli...@googlegroups.com [mailto:wradli...@googlegroups.com] Im Auftrag von Kai Mühlbauer
Gesendet: Montag, 16. Mai 2016 14:34
To unsubscribe from this group and all its topics, send an email to wradlib-user...@googlegroups.com.