Gabe
unread,Aug 28, 2010, 5:55:20 PM8/28/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyodbc
Thanks, the fix got me through compilation, but now I can't import the
module into python3
This is what I get:
Python 3.1.2 (r312:79147, Apr 15 2010, 15:35:48)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyodbc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dynamic module does not define init function
(PyInit_pyodbc)
I didn't see any errors during build or install
-Gabriel