Git Product home page Git Product logo

Comments (7)

wardi avatar wardi commented on June 28, 2024

Did you try installing setuptools?

from urwid.

hydratim avatar hydratim commented on June 28, 2024

On python3.2? it has distribute by default, why would I bother?

But this is besides the point, your checking system for deciding if the installer in running in 2.x or 3.x is clearly broken.

from urwid.

wardi avatar wardi commented on June 28, 2024

Could you elaborate on "clearly broken"? It has been working for years. Maybe you have a suggestion for a way to change how it works?

from urwid.

hydratim avatar hydratim commented on June 28, 2024

This error shouldn't be being raise when I'm using python 3.x.
Line 31:

      if PYTHON3:

Should be:

      if not PYTHON3:

Perhaps it's because you have setuptools in your 3.x install that you missed this.

from urwid.

wardi avatar wardi commented on June 28, 2024

No, that code is correct. setuptools/distribute is required for installing with python 3.

I don't use Python 3 regularly, has the name of setuptools/distribute changed? My understanding was distribute has been merged back in to setuptools, and it was always imported as "setuptools"

from urwid.

hydratim avatar hydratim commented on June 28, 2024

Five seconds I might be acting a dick, I might have not checked my facts properly, I need to double check something.

from urwid.

hydratim avatar hydratim commented on June 28, 2024

My Apologies, it turns out I was acting like a dick.

from urwid.

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.