I would like install almir on my CentOS6 to manage a bacula server.
When i start install_production.sh, I have an error with an import module with buildout.
When script run bin/buildout, buildout 2.0.1 is used, but in buildout.d/version.cfg you specified version 1.6.3. And when 2.0.1 buildout version is used module is_distribute are not imported and fail compilation.
So I add -v 1.6.3 on bootstrap.py to use the good version.
I think you can juste add this option in install_production.sh at line 9.
$PYTHON_EXEC bootstrap.py -v 1.6.3
Hello,
I would like install almir on my CentOS6 to manage a bacula server. When i start install_production.sh, I have an error with an import module with buildout.
When script run bin/buildout, buildout 2.0.1 is used, but in buildout.d/version.cfg you specified version 1.6.3. And when 2.0.1 buildout version is used module is_distribute are not imported and fail compilation.
So I add -v 1.6.3 on bootstrap.py to use the good version.
I think you can juste add this option in install_production.sh at line 9. $PYTHON_EXEC bootstrap.py -v 1.6.3
Best Regards.
Simon