Changes between Initial Version and Version 2 of Ticket #32706


Ignore:
Timestamp:
Dec 31, 2011, 11:47:24 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Your patch hardcodes /opt/local; you must instead arrange to use the current value of ${prefix}.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32706

    • Property Owner changed from macports-tickets@… to singingwolfboy@…
  • Ticket #32706 – Description

    initial v2  
    1 The current version of py27-odbc doesn't find ODBC drivers in /opt/local, failing with the classic and super-informative 'Data source name not found, and no default driver specified'. I've tried it with both the mysql-odbc-connector port and my psqlODBC port (still [https://trac.macports.org/ticket/31282 waiting to be approved]).
     1The current version of py27-odbc doesn't find ODBC drivers in /opt/local, failing with the classic and super-informative 'Data source name not found, and no default driver specified'. I've tried it with both the mysql-odbc-connector port and my psqlODBC port (still [ticket:31282 waiting to be approved]).
    22
    33I can connect to the data sources using the MacPorts unixODBC isql client without issue, so this is definitely a problem in pyodbc. I *think* this was previously working under Snow Leopard, but I can't be sure and I don't have a system running that anymore.