Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

build fails with error: "name 'reload' is not defined" #6

Open
notcraig opened this issue Jan 16, 2018 · 0 comments
Open

build fails with error: "name 'reload' is not defined" #6

notcraig opened this issue Jan 16, 2018 · 0 comments

Comments

@notcraig
Copy link

On (MacOS High Sierra) Python 3.6.4, fresh install and creation of a Blended site, I get this error on build :

Traceback (most recent call last): File "/usr/local/bin/blended", line 11, in <module> load_entry_point('blended==5.0.2', 'console_scripts', 'blended')() File "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/blended/__main__.py", line 723, in build reload(sys) NameError: name 'reload' is not defined

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant