vladimirnani / DjangoCommands

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

Issue with ST3 on Mac OS X #4

Closed lorddaren closed 10 years ago

lorddaren commented 10 years ago

I am getting this error when trying to run Set Virtual Environments. It also fails on other commands as well.

Traceback (most recent call last): File "X/threading.py", line 639, in _bootstrap_inner File "django-commands in /Users/dlord/Library/Application Support/Sublime Text 3/Installed Packages/Django Manage Commands.sublime-package", line 61, in run TypeError: sequence item 0: expected str instance, NoneType found

theleanship commented 10 years ago

Just trying out the plugin for the first time and also getting this whenever i try any command.

CalebMuhia commented 10 years ago

Hello Guys, this issue is also manifesting in Linux, am using Ubuntu 14.04 and ST3, any fix?

CalebMuhia commented 10 years ago

Hi guys,

so that issue is cause by this line, https://github.com/vladimirnani/DjangoCommands/blob/master/django-commands.py#L44

you really need to setup your "python_bin" in Preferences > Packages Settings > Django Manage Commands > Default settings

not sure why it does not pick this up from the project settings,

Hope this helps someone,

Muhia

mxdevmanuel commented 10 years ago

I think your problem is solved