What steps will reproduce the problem? 1. running manage.py syncdb, or sql (appname) , or runserver 2. 3.
What is the expected output? What do you see instead? pyodbc.Error: ('IM002', '[IM002] [iODBC][Driver Manager]Data source name not found and no default driver specified. Driver could not be loaded (0) (SQLDriverConnectW)')
What version of the product are you using? On what operating system? mac 10.6.4 python 2.6.4 django 1.2.3 pyodbc 2.1.5 django-pyodbc latest svn
Please provide any additional information below. i have this working on linux , however on the mac it won't even recognize the dsn. verified the DSN is installed correctly as i am able to use the isql utility provided when freetds and unixODBC were installed. with this, i can connect and see plenty of output in ODBC log. no log entries at all when using manage.py to start a server.
Comment #1
Posted on Mar 24, 2011 by Swift Panda(No comment was entered for this change.)
Status: HelpWanted
Labels:
Type-Defect
Priority-Medium