Created
May 14, 2012 03:26
-
-
Save DavidYKay/2691603 to your computer and use it in GitHub Desktop.
Gondor Deploy Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>> gondor deploy primary master | |
Archiving code from master... [ok] | |
Building tarball... [ok] | |
Pushing tarball to Gondor... | |
[##################################100%#####################################] | |
Deploying... [failed] | |
Traceback (most recent call last): | |
File "<stdin>", line 3, in <module> | |
ImportError: No module named wsgi |
I was getting the same thing, using django 1.5. It went away by moving the wsgi.py file out of the /app directory and up into the /project directory and setting the gondor.yml file to just be wgsi:application.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the same error... did Gondor support ever get back to you with and explanation or a patch?