Giter VIP home page Giter VIP logo

Comments (3)

martinrusev avatar martinrusev commented on May 18, 2024

Really sorry for that.
The problem seems to be your python version. Is there anyway you can install Python 2.6 on your system?
But first - can you please tell me what your OS is, so I can take a look at that too.

from amon.

holachek avatar holachek commented on May 18, 2024

I'm running Debian 5.0.8. I tried to install Python 2.6 with this script, but it failed too:
http://www.harelmalka.com/?p=159

I got it running on my other Ubuntu 11.10 machine though!

from amon.

martinrusev avatar martinrusev commented on May 18, 2024

You can try with https://github.com/utahta/pythonbrew , because it's much easier to install different python versions with it and its not intrusive.

curl -kL http://xrl.us/pythonbrewinstall | bash
pythonbrew install 2.7.2
pythonbrew switch 2.7.2

The switch is not permanent, its valid only for the current shell, your OS will still be using Python 2.5 ( in /usr/bin/python )

After the switch you can install Amon.
Finally you have to change the path to the python binary in amond and amon ( in /etc/init.d/ )

 From #/usr/bin/python to  /home/username/.pythonbrew/pythons/Python-2.7.2/bin/python

from amon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.