Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer #22

Closed
arctangent opened this issue Dec 5, 2011 · 1 comment
Closed

installer #22

arctangent opened this issue Dec 5, 2011 · 1 comment

Comments

@arctangent
Copy link

Very interesting looking program - look forward to testing it out.

However, I am stuck with system Python v2.5 and so when you try to start the amon daemon immediately after install I get errors about the missing json module.

This is easy to fix by editing the following files to fall back to simplejson if the import of json fails:

  • /amon/defaults.py
  • amon/web/utils.py

I suppose it would be nice if I didn't have to do this. Solution is to download simplejson if python version < 2.6 and to fix the two files referred to above to fallback to simplejson if json is not found.

Hope this feedback is useful to you.

@martinrusev
Copy link
Member

Thanks a lot for the feedback.
I will definitely take a look today :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants