20130914 (Saturday, 14 September 2013)

test_sdist

I finally got fab test_sdist to run. And found the reason for the problem with the last release reported by Joe: The install_requires of Lino specified ‘north’ instead of ‘North’. Also ‘PyYAML’ was missing in install_requires.

Now there’s just one ImportError:

Could not import settings 'lino.projects.belref.settings' (Is it on sys.path?): No module named lino_welfare.modlib.statbel

(which is normal. TODO: move lino.projects.belref to lino_welfare) or statbel from lino_welfare to lino)