phaplt / winpython

Automatically exported from code.google.com/p/winpython
0 stars 0 forks source link

Make dev versions of pandas/ipython installable #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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)

Original issue reported on code.google.com by jan.schu...@gmail.com on 16 Oct 2013 at 10:23