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

Exception syntax not py3 compatable #139

Closed
lstephen opened this issue Oct 11, 2017 · 0 comments
Closed

Exception syntax not py3 compatable #139

lstephen opened this issue Oct 11, 2017 · 0 comments
Labels
Milestone

Comments

@lstephen
Copy link
Owner

Traceback (most recent call last):
  File "/usr/local/bin/construi", line 11, in <module>
    load_entry_point('construi==1.0.0rc1', 'console_scripts', 'construi')()
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2751, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2405, in load
    return self.resolve()
  File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2411, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/local/lib/python3.6/site-packages/construi/cli.py", line 44
    except NoSuchTargetException, e:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant