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

Update scope of external package imports #426

Merged
merged 2 commits into from
Nov 28, 2016
Merged

Update scope of external package imports #426

merged 2 commits into from
Nov 28, 2016

Conversation

gunthercox
Copy link
Owner

@gunthercox gunthercox commented Nov 28, 2016

In some cases, having these packages imported on the global level caused errors during the installation process. This is because some ChatterBot classes are imported in __init__.py files and the main __init__.py in the chatterbot module is imported by setup.py. As a result, the external packages are imported before
they get installed.

Closes #425

In some cases, having these packages imported on the global level
caused errors durring the installation process. This is because
some ChatterBot classes are imported in __init__.py files and
the main __init__.py in the chatterbot modue is imported by
setup.py. As a result, the external packages are imported before
they get installed.
This update is to prevent import errors when installing chatterbot
@gunthercox gunthercox merged commit e955039 into master Nov 28, 2016
@gunthercox gunthercox deleted the imports branch November 28, 2016 02:42
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.

1 participant