Marc Mezzarobba wrote: > the build scripts of some spkgs [...] > were using the system-wide version of setuptools (namely > python-setuptools-5.5.1-1 from debian sid) rather than the version > shipped with sage.
Ok, I think I found the culprit: some other Python library I had installed had put a ./site-packages/easy-install.pth containing /usr/lib/python2.7/dist-packages and whose entries ended up before sage/local/lib/python2.7/ in the module search path. Sorry for the noise. But still, this suggests that the way sage sets up its module search path is not really appropriate... -- Marc -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
