Giter Site home page Giter Site logo

Python 3.2 dosn't work about ino HOT 5 CLOSED

amperka avatar amperka commented on August 18, 2024
Python 3.2 dosn't work

from ino.

Comments (5)

nkrkv avatar nkrkv commented on August 18, 2024

This should be written as:

print(colorize(str(exc), 'red'))

Note the brackets. I guess there would be very many incompatibilities. For now it is easier to just get Python 2.x

from ino.

alexkutsan avatar alexkutsan commented on August 18, 2024

Yes, thats right. But how can i tell ino to use python 2?

alias python='python2' doesn't work

from ino.

nkrkv avatar nkrkv commented on August 18, 2024

How did you installed ino? With pip install?

In that case pip had to belong to python2. It depends on your distro, you could have pip2 or something like this.

from ino.

alexkutsan avatar alexkutsan commented on August 18, 2024

No, i instaled it by
make install {dosn't work}
then
python setun.py install{works} .

But i solved this problem. I changed
#!/usr/bin/python -> #!/usr/bin/python2
in /usr/local/bin/ino
If you will change there, it would be nice. :-)
P.S. Sorry for my english.

from ino.

nkrkv avatar nkrkv commented on August 18, 2024

No problems. My English is bad as well :)

The right solution is to make it work in any python. Simply changing it to python2 will cause problems on many distros.

from ino.

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.