Re: No module named wsgi

2013-05-29 Thread Lunga Baliwe
Thanks for your replying, am only seeing your reply now. On Thu, May 23, 2013 at 7:49 PM, Sandeep kaur wrote: > On Thu, May 23, 2013 at 8:29 PM, Luggaz wrote: > > I don't know what I dd but it seems to work now! > > > mod wsgi installation could have also solved he purpose, using this > comman

Re: No module named wsgi

2013-05-23 Thread Sandeep kaur
On Thu, May 23, 2013 at 8:29 PM, Luggaz wrote: > I don't know what I dd but it seems to work now! > mod wsgi installation could have also solved he purpose, using this command : $sudo apt-get install apache2 libapache2-mod-wsgi -- Sandeep Kaur E-Mail: mkaurkha...@gmail.com Blog: sandymadaan.wor

Re: No module named wsgi

2013-05-23 Thread Luggaz
it live I get an error saying there's no module > named wsgi. > > > I am using a virtualenv and when I activate virtualenv(locally) and import > django.core.wsgi it does import > > I viewed this error on file: /var/log/apache2/error.log > > I also have: /etc/apac

No module named wsgi

2013-05-23 Thread Luggaz
Good day, I am having a problem making my website live. It works fine on the development server and I do get(http:127.0.0.1:8000 ) running but when I make it live I get an error saying there's no module named wsgi. I am using a virtualenv and when I activate virtualenv(locally) and i