Kurtis Heimerl
Kurtis Heimerl
[[email protected]:2222] out: checking for python distutils... yes [[email protected]:2222] out: checking location of site-packages... /usr/lib/python3/dist-packages [[email protected]:2222] out: checking python libdir... /usr/lib [[email protected]:2222] out: checking for main in -lpython3.4... no [[email protected]:2222] out:...
I've tracked it down to the following: if package_common == 'yes': (f, modpath, desc) = imp.find_module('fabfile', [COMMON_DIR]) if f is not None: common = imp.load_module('common_fabfile', f, modpath, desc) f.close() execute(common.package_common_lib)...
Seems to be this issue: https://github.com/python-babel/babel/issues/91