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

Specify slate utils #29

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

Conversation

StumpyFrostreaver
Copy link
Contributor

No description provided.

Update my fork to the latest from timClicks
Changed import utils to import slate.utils... Was seeing issues when creating applications where it could not find slate.utils. I was changing in mine so that the PYTHONPATH included this, but I think maybe it should be specified? Not sure though... Thoughts?
@violet4
Copy link

violet4 commented Oct 5, 2018

this new import has an issue. see the demonstration:

In [1]: import slate.utils

In [2]: utils
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-2-161bece6c1ba> in <module>
----> 1 utils

NameError: name 'utils' is not defined

better:

import slate.utils as utils

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.

2 participants