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

netaddr script not installed with Python 3 #33

Closed
Arfrever opened this issue Aug 29, 2012 · 2 comments
Closed

netaddr script not installed with Python 3 #33

Arfrever opened this issue Aug 29, 2012 · 2 comments

Comments

@Arfrever
Copy link

setup.py contains:

    #   IPython does not currently support Python 3.x so disable this.
    if sys.version_info[0] == 3:
        del setup_options['scripts']

IPython 0.11 (released on 2011-07-31) introduced support for Python 3.

@drkjam
Copy link
Collaborator

drkjam commented Aug 29, 2012

Thanks for the bug report, fixed in the repo. Next release out soon (out of time today).

@drkjam
Copy link
Collaborator

drkjam commented Sep 6, 2012

Available in netaddr 0.7.10

@drkjam drkjam closed this as completed Sep 6, 2012
@snordhausen snordhausen modified the milestone: 0.7.11 Feb 26, 2014
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

3 participants