Skip to content

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