Originally created by: jan.schu...@gmail.com
What steps will reproduce the problem?
1. compile pandas from source (dev version) -> python setup.py bdist_winst
2. try to install it via the generated exe installer vie the control panel
3. get an error message:
The same happens for ipython dev
The following packages are <b>not (yet) supported</b> by WinPython Control Panel:
pandas-0.12.0-876-g0aa1800.win-amd64-py2.7.exe [renaming to pandas-0.12.0.876.win-amd64-py2.7.exe works]
ipython-2.0.0-dev.win-amd64.exe [removing "-dev" works]
It would be nice to be able to install dev versions of this two projects "out of the box".
As a sidenote: the dev version of statsmodels was not a problem (installername: statsmodels-0.6.0.win-amd64-py2.7.exe)