Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Ulf Kronman
Hi Malcom, and thanks for your answer. On Jul 3, 8:37 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Not knowing anything about this particular project, but if that's what > the line really says in the source (and I'm not doubting you, just very > surprised), it's completely wrong. It's

Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Malcolm Tredinnick
On Wed, 2008-07-02 at 23:18 -0700, Ulf Kronman wrote: > Hi again all, > after a few days of struggling with django-pyodbc, I have finally got > past the "ImportError: No module named django-pyodbc.db.mssql.base" > stage. > > The problem was that the module package was missing __init__.py files

Re: Anyone got a backend for MS SQL Server working?

2008-07-03 Thread Ulf Kronman
Hi again all, after a few days of struggling with django-pyodbc, I have finally got past the "ImportError: No module named django-pyodbc.db.mssql.base" stage. The problem was that the module package was missing __init__.py files in the directories above the mssql directory. So I added two empty

Re: Anyone got a backend for MS SQL Server working?

2008-06-30 Thread Ulf Kronman
[Posted this reply yesterday, but I can't see it, I post it again. Sorry for any duplication. / Ulf ] On Jun 27, 4:12 pm, gordyt <[EMAIL PROTECTED]> wrote: > Ulf I haven't played with this second solution, but I did just check > out a copy of the django-pyodbc project.  You should be OK

Re: Anyone got a backend for MS SQL Server working?

2008-06-27 Thread gordyt
Ulf I haven't played with this second solution, but I did just check out a copy of the django-pyodbc project. You should be OK following the author's instructions. He said to add the django-pydobc directory (where ever you choose to put it) to your PYTHONPATH. The name of the module(s) that

Anyone got a backend for MS SQL Server working?

2008-06-27 Thread Ulf Kronman
Hi all, sorry; I know that this is an ever-coming-back question, but I need to dig a bit deeper to get further, before deciding to struggle on or give up. I've been coding happily with Django for over a year, using an Ubuntu server with a PostgreSQL database and a development environment on Max