vladimirnani / DjangoCommands

ST2/ST3 plugin for managing django project
29 stars 14 forks source link

terminal emulator not found: Terminal Using fallback instead #39

Open daimon99 opened 7 years ago

daimon99 commented 7 years ago

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
eduFDiaz commented 6 years ago

Same here!

thepieuvre commented 6 years ago

Same error with Sublime Text 3 on macOS 10.13. I tried Terminal and iTerm2 both failed.