GithubHelp home page GithubHelp logo

Python3 setup.py install fails about pudb HOT 7 CLOSED

inducer avatar inducer commented on August 25, 2024
Python3 setup.py install fails

from pudb.

Comments (7)

inducer avatar inducer commented on August 25, 2024

Any specific reason you have to be using Python 3.3?

from pudb.

orsenthil avatar orsenthil commented on August 25, 2024

I am a core-dev, that's why. :)

from pudb.

inducer avatar inducer commented on August 25, 2024

Ah, ok. I'd love to help, but I can't even get virtualenv working. It's missing easy_install.

from pudb.

asmeurer avatar asmeurer commented on August 25, 2024

This looks like a bug in distribute to me, just based on the traceback.

from pudb.

asmeurer avatar asmeurer commented on August 25, 2024

I was able to install pudb in Python 3.3b2, after manually installing distribute, but it seems the code did not get translated correctly:

$python3.3
Python 3.3.0b2 (v3.3.0b2:4972a8f1b2aa, Aug 11 2012, 02:49:42) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pudb
>>> pudb.set_trace()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "./pudb/__init__.py", line 120, in set_trace
    dbg = _get_debugger()
  File "./pudb/__init__.py", line 10, in _get_debugger
    from pudb.debugger import Debugger
  File "./pudb/debugger.py", line 5, in <module>
    import urwid
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/urwid/__init__.py", line 24, in <module>
    from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE,
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/urwid/widget.py", line 24, in <module>
    from urwid.util import MetaSuper, decompose_tagmarkup, calc_width, \
  File "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/urwid/util.py", line 49
    except ValueError, e:
                     ^
SyntaxError: invalid syntax

from pudb.

asmeurer avatar asmeurer commented on August 25, 2024

Ah, but I guess that's urwid, not pudb.

from pudb.

asmeurer avatar asmeurer commented on August 25, 2024

Python 3.3 works for me these days.

from pudb.

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.