Skip to content

Instantly share code, notes, and snippets.

@DavidYKay
Created May 14, 2012 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidYKay/2691603 to your computer and use it in GitHub Desktop.
Save DavidYKay/2691603 to your computer and use it in GitHub Desktop.
Gondor Deploy Error
>> 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
@cooncesean
Copy link

I'm getting the same error... did Gondor support ever get back to you with and explanation or a patch?

@kdoran
Copy link

kdoran commented Jun 19, 2013

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