domenkozar / almir

Bacula web administration written in Pyramid
Other
38 stars 13 forks source link

Problem with install_production.sh and buildout #51

Closed voileux closed 11 years ago

voileux commented 11 years ago

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

lcx commented 11 years ago

thanks, adding -v 1.6.3 worked for me (debian 6)

domenkozar commented 11 years ago

Agreed, thanks for reporting this. I'll try to release new version to address this issue.