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

Problem with the @app.option decorator #2

Open
Sufrostico opened this issue Jun 29, 2016 · 1 comment
Open

Problem with the @app.option decorator #2

Sufrostico opened this issue Jun 29, 2016 · 1 comment

Comments

@Sufrostico
Copy link

Sufrostico commented Jun 29, 2016

When I try to execute the script the following error shows:

Traceback (most recent call last):
  File "commandLineTest.py", line 10, in <module>
    import compago
  File "/usr/local/lib/python3.5/dist-packages/compago/__init__.py", line 3, in <module>
    from option import Option
ImportError: No module named 'option'

Installed using pip3 install compago

@Sufrostico
Copy link
Author

Sufrostico commented Jun 29, 2016

Problems is the library is not working for python3

see Pull request #4 as a posible solution

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

1 participant