ODBC module and strange date reference <...>

Andrew MacIntyre andymac at bullseye.apana.org.au
Wed Mar 8 06:54:14 EST 2006


dananrg at yahoo.com wrote:

>> If I were you, I'd check with ESRI support if you can't
>> use a newer version of Python. I think it's possible.
> 
> I think it is as well and am looking into it.

It's possible if they choose to build the necessary binary modules
(DLLs).
On Windows, Python extension modules are linked to the Python interpreter
core DLL, which is version specific (python??.dll, eg python21.dll).  As
ESRI were including Python 2.1, I doubt that they went to the trouble of
building multiple versions, especially considering that the MSVC runtime
(as of VC7.0) changes.  The standard installers for Python 2.1, 2.2 &
2.3 were all built with VC6, while Python 2.4 is built with VC7.1.

-------------------------------------------------------------------------
Andrew I MacIntyre                     "These thoughts are mine alone..."
E-mail: andymac at bullseye.apana.org.au  (pref) | Snail: PO Box 370
        andymac at pcug.org.au             (alt) |        Belconnen ACT 2616
Web:    http://www.andymac.org/               |        Australia



More information about the Python-list mailing list