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

This fixes the following scenario: #1020

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

This fixes the following scenario: #1020

wants to merge 2 commits into from

Conversation

diofeher
Copy link

@diofeher diofeher commented Apr 3, 2019

When user is installing owtf and doesn't have tornado installed in its own system, when importing version on setup.py, it will try to load OWTFLogger, that uses tornado, then breaking the application.

My fix just bypass that by handling the LoadModule error and installation goes fine.

How Has This Been Tested?

Tested on OSX 10.12

Screenshots (if appropriate):

Before:
Screen Shot 2019-04-02 at 23 24 58

After:
It's working!

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

When user is installing owtf and doesn't have tornado installed in its own system, when importing __version__ on setup.py, it will try to load OWTFLogger, that uses tornado, then breaking the application.

My fix just bypass that by handling the LoadModule error and installation goes fine.
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

Successfully merging this pull request may close these issues.

None yet

1 participant