Re: Django with SQL Server

2008-03-25 Thread kellygreer1
I realize this is a Django group but... where do other Python web app frameworks like Pylons and TurboGears stack up as far as MS SQL Server support goes? I'll post back to the group my experiences of trying to swap out the backend. I'm a newb and swamped at work right now. So this may take me

Re: Django with SQL Server

2008-03-25 Thread kellygreer1
, I "maintain", though that's perhaps too > strong a word since it's based on some previous user-provided patches. > (django-mssql packs its own internal (fixed) copy of adodbapi, so that > dependency is removed.) > > If you do try that code, by all means submit bug r

Re: Django with SQL Server

2008-03-24 Thread kellygreer1
it worked SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE testproject.settings PythonDebug On PythonPath "['E:/htdocs'] + sys.path" Up and running now... Yeah! Kelly On Mar 24, 6:50 pm, kellygreer1 <[EMAIL

Re: Django with SQL Server

2008-03-24 Thread kellygreer1
#instead of SetEnv DJANGO_SETTINGS_MODULE testproject.settings Thanks, Kelly On Mar 24, 6:41 pm, kellygreer1 <[EMAIL PROTECTED]> wrote: > I'm trying to get Django working on Windows with Apache and MS SQL > Server. > > I have completed. > 1) Install Apache > 2) Install

Django with SQL Server

2008-03-24 Thread kellygreer1
I'm trying to get Django working on Windows with Apache and MS SQL Server. I have completed. 1) Install Apache 2) Install Python 2.5 3) Install mod_python and configure 4) Install Django 5) Setup test project -- here I learn my Python install is going to need a -- few more things If I'm going to