Jump to content

Django Not Working


Pep

Recommended Posts

I have followed every step to make my Django powered site (leolanchas.com.ar/syte) to work but all I get is an error 500 and the following log:

 

[sun Jan 06 11:53:23 2013] [error] [client 83.36.255.43] File ".../public_html/syte/dispatch.wsgi", line 6, in ?

[sun Jan 06 11:53:23 2013] [error] [client 83.36.255.43] mod_wsgi (pid=19418): Exception occurred processing WSGI script .../public_html/syte/dispatch.wsgi'.

[sun Jan 06 11:53:23 2013] [error] [client 83.36.255.43] mod_wsgi (pid=19418): Target WSGI script '.../public_html/syte/dispatch.wsgi' cannot be loaded as Python module

 

What is happening?

  • Like 1
Link to comment
Share on other sites

Could you pastebin your source or something? those errors don't really give us anything to work with.

 

My guess is since it's not specifying a line number ir anything it's permissions, malformed http header or wrong line endings. Or some other sort of configuration issue.

Link to comment
Share on other sites

  • 8 months later...
You don't need to switch! I just figured out a way to run Django 1.5 in my HelioHost account :D/>. I'll start another topic on that and then get back to you here...

Here's the post I made on how to set up Django 1.5; I think you could follow the same instructions for Django 1.4 as well: helionet.org/index/topic/17025-successfully-runnig-django-151-on-heliohost/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...