1
vote
1answer
20 views

Django, apache2, css not displaying…might be requiring authentication?

Running CentOS 6.4, Apache 2.2.15, Django 1.5. User nobody Group nobody LoadModule wsgi_module /usr/lib64/httpd/modules/mod_wsgi.so LoadModule alias_module modules/mod_alias.so LoadModule ...
0
votes
1answer
44 views

Error in sentry --config=/etc/sentry.conf.py start

Please tell me how solve this I try install Install and configure a Sentry Service on a CentOS, and when i try start sentry service i get this error: [root@felipeurrego ~]# source ...
0
votes
1answer
69 views

how to upload django project (attendancesystem) into centOS server

I am just getting my hands on to django and linux server so still newbie. My question is I have a django project which is an attendance system and I would like to upload it to my server and i'm using ...
0
votes
0answers
134 views

Target WSGI script not found or unable to stat 404 mesage when i access

I am stuck at this issue. And I have Googled the issue but couldn't fine the solution. Directory permissions of sample are 755. Here are my configurations WSGIScriptAlias /blc ...
0
votes
1answer
40 views

need assisstance to set python2.7 as default & Django to install [closed]

I am not able to install Django.I am using CentOS 5,not able to set python2.7 environment variable.Priviously in my system python2.4.3 is available,but after installing python 2.7 in the terminal i ...
0
votes
1answer
68 views

Apache looks for Python 2.6 instead of 2.7

My OS already has Python 2.6.6 and I've installed Python 2.7.3 as an alternative. (Python's working fine). I've installed mod_python also, but when I try to execute a Python file on an Apache server, ...
0
votes
1answer
88 views

Can't get basic Django setup working on VPS

I'm trying to deploy a Django website on a VPS (CentOS) and I'm running into problem right from start. Here is what I've done: ssh root@myserver.com cd /home/mydomain/public_html pip install django ...
1
vote
1answer
155 views

Deploy Mezzanine CMS on CentOS

I have a really big problem ... I'm trying to make a production server (on CentoOS 6) to deploy a mezzanine cms on it . The problem is that I've researched it a lot and cannot find something to work. ...
0
votes
1answer
106 views

django sphinx search always get none from query

i using this part of code to getting docs from sphinx but sphinx Query always return None. But if i execute code from command line i get correct result, what wrong? def search_query(query, ...
1
vote
1answer
80 views

Confused with virtual environments in python django

I have my Django project folder and inside that i have my virtualenv folder I have few questions I have packages already installed in main installation and as well in virtual env. Dont those ...
1
vote
1answer
794 views

Trouble getting simple Django web app working using Apache and mod_wsgi

I've been stuck on moving my Django project to a production CentOS server hosted by DreamHost. Apache 2.2.23 and Python 2.6.6 came installed. I have installed and configured Django 1.4 and mod_wsgi ...
1
vote
1answer
74 views

Askbot - No module named xdg.Config

I have installed Python 2.7.3 + Django 1.3.1 + Askbot and these requirements When I run my server on port 8000, and I try to establishing a connection with a browser I have this unusual error: *Could ...
0
votes
1answer
180 views

Bitnami - /opt/bitnami/python/bin/.python2.7.bin: error while loading shared libraries: libreadline.so.5

I getting the below issue when firing up django or ipython notebook /opt/bitnami/python/bin/.python2.7.bin: error while loading shared libraries: libreadline.so.5 However libreadline.so.5 exists in ...
0
votes
0answers
261 views

centos nginx fcgi django

I don't konw how to do. I use yum install nginx yum install spawn-fcgi to install nginx and spawn-fcgi. I followed the title by this url ...
1
vote
1answer
765 views

TemplateSyntaxError: Caught ImportError while rendering: cannot import name utils

I'm having trouble to get this django application running on my CentOS 6 / Apache/2.2.15. When I run the app I get this error: Traceback (most recent call last): File ...
0
votes
2answers
652 views

Installing Django with mod_wsgi in centos, ImportError: No module named os

I have, this httpd.conf NameVirtualHost *:80 <VirtualHost *:80> ServerName www.hello2.ch DocumentRoot /home/django_www/hello WSGIScriptAlias / /var/www/django_www/hardi/django.wsgi ...
0
votes
1answer
182 views

Python/PIL os.listdir permission error

I had to install a Django 1.4 project on a CentOS system (running python 2.4) so I've build python 2.7 at /opt/python2.7/, so far so good. I have uploaded the project, changed permissions (chown -r ...
1
vote
0answers
605 views

Error loading mySQLdb module

I'm trying to run my app in my server with: python2.7 manage.py runserver And get the following: raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) ...
1
vote
1answer
118 views

celeryd dead but subsys locked

I get the message 'celeryd dead but subsys locked' when I check if celery is running. I get a [failed] message when trying to stop the service, and as soon as I start it I get this message again. I ...
3
votes
3answers
4k views

Import Error: No module named django

I am using centos linux. I had python 2.6 with django and now i upgraded to python 2.7. Python 2.6 is located in /usr/lib/python2.6. Python 2.7 is located in /usr/local/lib/python2.7. They both have ...
1
vote
4answers
634 views

Update python in server running centos/whm?

I have a server which is running CentOS with cpanel/whm. Otherwise, it is pretty much a standard set up. My problem is that such server is running python 2.4 and I need python 2.6 or later. How do I ...
1
vote
3answers
507 views

Deploying a Python Script on a Server (CentOS): Where to start?

I'm new to Python (relatively new to programing in general) and I have created a small python script that scrape some data off of a site once a week and stores it to a local database (I'm trying to do ...
0
votes
1answer
489 views

Will a “yum install django” over write an existing django version

I want to update the django on my vagrant box (and have no need or desire to use virtualenv) will a simple yum install django suffice?
0
votes
1answer
879 views

Django manage.py syncdb can't find my settings file on CentOS

I'm deploying my django application onto a CentOS 5.5 server, with django-1.1.4 over python-2.6.5. I have multiple settings files inside the myapp/settings/ folder. I would like to run the syncdb; ...
0
votes
2answers
1k views

How do I Import cx_Oracle on CentOS 6?

I´m having serious trouble to get Django to work with my Apache/mod_wsgi installation accessing Oracle. I have this setup running on a CentOS 6 host, and I'm getting this error in my Apache logs: ...
3
votes
2answers
993 views

Rabbitmq celeryd celerybeat not executing tasks in production as Daemon

Last week I setup RabbitMQ and Celery on my production system after having tested it on my local dev and all worked fine. I get the feeling that my tasks are not being executed on production since I ...
0
votes
2answers
203 views

Problem in loading web page when using polyval, polyfit using numpy

I am using django1.3. in CentOS5. my python version is 2.6 and using the numpy 1.6.1 I used in views.py a function which calculate the regression line. a sample code: from numpy import * .... def ...
1
vote
2answers
101 views

Getting error with Django while requesting any url

I am running django on django's development server. It was working fine before but from yesterday i keep getting this error on the linux command line where server was running. Exception happened ...
1
vote
1answer
579 views

Problem with django's wsgi

Trying to run on production. wsgi: import sys ...
0
votes
1answer
908 views

How to configure Apache httpd to set multi-site for multi-user?

I have a system CentOS with Django and MySQL. /home/user1/ -/vhost/*.conf -/webapps/ abc.com xyz.com /home/user2/ -/vhost/*.conf -/webapps/ 123.com ...
3
votes
5answers
5k views

Django, apache, mod_wsgi - Error: Premature end of script headers

Apache logs in mode debug: [Tue Dec 21 11:36:33 2010] [info] [client 1.53.149.114] mod_wsgi (pid=24831, process='mysite', application='mysite.com|'): Loading WSGI script ...
0
votes
2answers
1k views

CentOS: make python 2.6 see django

In a harrowing attempt to get mod_wsgi to run on CentOS 5.4, I've added python 2.6 as an optional library following the instructions here. The configuration seems fine except that when trying to ping ...
1
vote
0answers
1k views

Problem with Django setup using mod_wsgi and apache on centos 5.4

I am trying to setup apache with mod_wsgi to serve Django through a nginx proxy on CentOS 5.4. I want to start by configuring Apache with Wsgi to serve on a local port, but I get a 403 error when I ...
0
votes
4answers
681 views

Trouble Upgrading Python / Django on CentOS

As you can see by reading my other thread today here, I'm having some troubles upgrading Python. At the moment I have Python 2.4 with Django installed on a CentOS machine. However I've recently ...
0
votes
2answers
240 views

new django app's from 1.1 causing 500 error

i'm running on wsgi on centos 5... i've recently updated locally from 1.0 to 1.1 I updated the server using svn update now when I apply a new app developed locally to the server it returns with a ...
0
votes
0answers
844 views

“Connection Reset” error on Django Admin file upload

WheneverI try to upload an mp3 file through a CMS I built with the Django Admin contrib pacakage, the server takes a couple minutes, then gives me a "Connection was reset" error. I'm running Django ...
4
votes
2answers
4k views

Django on CentOS

I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but not MySQL-python. I ...