google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't start the Django webserver - manage.py runserver 8998 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I followed the installation instructions on the front page.
2.
3.

What is the expected output? What do you see instead?

Couple errors:

1) django.core.exceptions.ImproperlyConfigured: 'sql_server.pyodbc' isn't
an available database backend. Available options are: 'dummy', 'mysql',
'oracle', 'postgresql', 'postgresql_psycopg2', 'sqlite3'

2) Error was: No module named signals

What version of the product are you using? On what operating system?

I am using the latest available SVN checkout from the Source tab (r171)

* Python 2.4 on a 64 bit RHEL5 box
* Latest stable Django - Django-1.0.2-final

Please provide any additional information below.

I installed unixODBC (2.2.14) and freetds (0.82) and have verified that I
can connect to the database without any issues. Finally, I am connecting to
a Sybase ASE DB, but I don't think the process gets far enough for the
problem to be related to Sybase vs MSSQL. 

Thanks for your help.

Original issue reported on code.google.com by python6...@gmail.com on 15 May 2009 at 2:27

GoogleCodeExporter commented 9 years ago
Hi,

This seems to be incompatibility issue.

I think you can try to get svn
http://django-pyodbc.googlecode.com/svn/branches/django-1.0.x/ instead of the 
latest
release. Otherwise you can try the django trunk.

Regards,
Magus

Original comment by nbma...@gmail.com on 20 May 2009 at 6:15

GoogleCodeExporter commented 9 years ago
It was a compatibility issue. Thanks. 

Original comment by python6...@gmail.com on 4 Jun 2009 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by cra...@gmail.com on 5 Jun 2009 at 10:34