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

bottlenose 1.0.0 issue - python 3.5 - "NameError: name 'execfile' is not defined" #48

Closed
akkumar opened this issue Jul 30, 2016 · 0 comments
Labels
Milestone

Comments

@akkumar
Copy link
Contributor

akkumar commented Jul 30, 2016

Tried to upgrade to bottlenose 1.0.0 released recently.

$ pip install --upgrade bottlenose
Collecting bottlenose
  Downloading bottlenose-1.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-m0r2s65g/bottlenose/setup.py", line 27, in <module>
        execfile("bottlenose/metadata.py", metadata)
    NameError: name 'execfile' is not defined

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-m0r2s65g/bottlenose/
(local3) $ pip --version
pip 8.1.2 from /home/user/python3.5/site-packages (python 3.5)
(local3) $ python --version
Python 3.5.2

This is an issue only with python 3.5(.x) and not 2.7.x - FYI . 
@akkumar akkumar mentioned this issue Jul 30, 2016
Merged
@dlo dlo closed this as completed in f6c8a32 Jul 30, 2016
@dlo dlo added this to the 1.0.1 milestone Jul 30, 2016
@dlo dlo added the bug label Jul 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants