I can reproduce the problem using the following steps using the same
configuration (+ python 2.7.3 and pyodbc) and the following
instructions:
marc@servamtex:~$ python
Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyodbc as p
>>> DB=p.connect('DSN=Veramtex')
>>> for l in DB.execute("select now()"):
... for c in l:
... print c
...
2012-09-06 12:52:26
>>> for l in DB.execute("select date(now())"):
... for c in l:
... print c
...
python: symbol lookup error: /usr/lib/x86_64-linux-gnu/odbc/libmyodbc.so:
undefined symbol: strfill
marc@servamtex:~$ python
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1010044
Title:
program crashes saying "undefined symbol: strfill"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/myodbc/+bug/1010044/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs