Federico Beffa <be...@ieee.org> skribis: > Ricardo Wurmus <ricardo.wur...@mdc-berlin.de> writes: > >> Hi Guix, >> >> with a profile containing python-2.7.10 and python2-matplotlib I did >> this: >> >> ~~~~~~~~~~~~~~~~~~~~~~~~ >> [rwurmus@guix-builder:~] $ export >> GI_TYPELIB_PATH="$HOME/.guix-profile/lib/girepository-1.0" >> [rwurmus@guix-builder:~] $ export >> PYTHONPATH=$HOME/.guix-profile/lib/python2.7/site-packages >> [rwurmus@guix-builder:~] $ python >> Python 2.7.10 (default, Oct 9 2015, 22:48:33) >> [GCC 4.9.3] on linux2 >> Type "help", "copyright", "credits" or "license" for more information. >>>>> import matplotlib.pyplot as plt >> Traceback (most recent call last): >> File "<stdin>", line 1, in <module> >> File >> "/home/rwurmus/.guix-profile/lib/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg/matplotlib/__init__.py", >> line 180, in <module> >> from matplotlib.cbook import is_string_like >> File >> "/home/rwurmus/.guix-profile/lib/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg/matplotlib/cbook.py", >> line 33, in <module> >> import numpy as np >> ImportError: No module named numpy >>>>> >> ~~~~~~~~~~~~~~~~~~~~~~~~ > > Yeah, we should propagate numpy really.
So, what’s the status of this discussion? To propagate or not to propagate? :-) Ludo’.