I work all day in Python (not anything django or web based) so I wanted to try out Mezzanine and found this handy guide here installing mezzanine at webfaction so I figured I'd give it a go. Unfortunately after attempting to get this work for much longer than I'd hoped, I'm still getting errors. It may be my unfamiliarity with Django, however I can't seem to sort the issue out, so I'm hoping someone else can shed some light on this. Here's the traceback.
Here's my wsgi file
I've been able to get it to work on another host using fastcgi, but I switched to webfaction because I was hoping to get some speed improvements and a more developer friendly host, but I can't get it to work. Any help would be much appreciated. Thanks. asked 25 Feb '12, 14:33 ArrantSquid |
Thanks a lot. It was indeed a sys.path issue within my httpd.conf file. I needed to reference the webapps directory not the webapps/mezzanine directory. Ended up sorting it out. Thanks! answered 26 Feb '12, 14:44 ArrantSquid |
Please submit a support ticket, we have to see the whole account including the file-system to find the real issue. The error itself is a sys.path issue. They are common with Django/Apache/Mod_Wsgi for new users of the stack and we are happy to assist in finding the problem and showing you how to fix it in a support ticket. answered 25 Feb '12, 17:11 johns |