You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run 'django run server' or other django commands, sublime prompts: terminal emulator not found: Terminal Using fallback instead.
then look into console, some error here:
- Django: Command is : None
Exception in thread Thread-12:
Traceback (most recent call last):
File "./python3.3/threading.py", line 901, in _bootstrap_inner
File "django-commands in /Users/daiyue/Library/Application Support/Sublime Text 3/Installed Packages/Django Manage Commands.sublime-package", line 184, in run
File "./python3.3/subprocess.py", line 819, in __init__
File "./python3.3/subprocess.py", line 1343, in _execute_child
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
When run 'django run server' or other django commands, sublime prompts:
terminal emulator not found: Terminal Using fallback instead.
then look into console, some error here:
The text was updated successfully, but these errors were encountered: