Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7955147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:38:46+00:00 2026-06-04T03:38:46+00:00

I am trying to deploy one of my applications on dotcloud. However, I keep

  • 0

I am trying to deploy one of my applications on dotcloud. However, I keep getting:

uWSGI Error

wsgi application not found

Somebody could hint at some useful docs where this issue is discussed? My application is here:

https://github.com/kfk/datacrowd

and I do think everything is done by the tutorials.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T03:38:47+00:00Added an answer on June 4, 2026 at 3:38 am

    Not sure if you looked at this page or not, but it is a good resource for deploying flask apps onto dotCloud. http://flask.pocoo.org/snippets/48/

    Looking at your application, it looks like most things are setup correctly the only thing that looks a little odd is your wsgi.py file.

    Have you tried to change your wsgi.py file so that it looks like this.

    import sys
    sys.path.append('/home/dotcloud/current')
    from datacrowd.app import app as application
    
    application.config.update(DEBUG=True)
    

    basically I removed the if statement at the end. Try that and see if it helps at all.

    If not, try commenting out the application.config.update(DEBUG=True) line and see if that helps as well.

    oh yeah one more thing, it looks like you have a static file instead of a static directory, not sure if you did that on purpose or not, but usually static is a directory where you put your static media, so that is most likely suppose to be symlink to datacrowd/static

    Update:

    Since you had the same error, then it is most likely something wrong with your application.

    ssh into your service.

    $ dotcloud ssh <app.service>
    

    And then look at your logs in /var/log/supervisor/uwsgi.log, you will most likely see a syntax error, and a stack trace, telling you where the error is.

    Common issues are usually

    • dependencies not being installed
    • Using features from a new version of python. (python 2.7, 3.x, features) when the python version on dotCloud is only 2.6.x.
    • syntax typos (indent issues, etc)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to deploy an application via Clickonce from one domain, where I'm
I am trying to lunch one-jar using web start and I am getting error
this is driving me absolutely crazy. I'm trying to deploy an application to one
I am trying out to deploy a flex application in one of our servers.
I am trying to deploy a Spring application on WAS 6.0 (JDK 1.4.2). Day
I am trying to deploy my Ruby on Rails application on Media Temple. The
I'm trying to deploy a java application to appspot (google appengine). I'm new to
I'm trying to deploy a site generated with Jekyll and would like to keep
I'm currently trying to deploy some RSS feeds on a WebLogic Application Server. The
I'm trying to deploy a Rails3 application, for the 1st time, to Dreamhost using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.