_mssql on Python 2.5 Beta 2

2006-07-24 Thread mattjohnthomson
I'm trying to use the _mssql module from http://pymssql.sourceforge.net/. It works fine on Python 2.4. I've just installed Python 2.5 Beta 2 on my Linux box and, whenever I try and run the mssql.close() function, or close the program, I get the following message: *** glibc detected *** python2.5

Re: _mssql on Python 2.5 Beta 2

2006-07-24 Thread mattjohnthomson
Steve Holden wrote: > You aren't using the same library you used with 2.4, by any chance? > Compiled extensions are specific to a particular major version of > Python, so (for example) 2.3 extension modules won't run under 2.4. > Though normally, IIRC, that would give you problems on import, so thi