I'm poking at writing data out to a SAS XPORT file (transport file).
Each record must be 80 bytes long, ASCII. Integers should be "IBM-
style integers" and floats should be "IBM-style doubles." Now I have
some idea what that means from reading a C source file documented by
the SAS institute, but be
I've just built pyodbc 2.0.58 against freetds and unixodbc. When I
attempt to invoke it, either from the test script or from the
interpreter, I get:
ImportError: build/lib.linux-x86_64-2.5/pyodbc.so: undefined symbol:
PyUnicodeUCS2_Resize
I'm not quite sure how to go about troubleshooting this.
M