Re: [cx-oracle-users] cx_Oracle cannot be loaded by PyISAPIe on IIS
Brought to you by:
atuining
From: Amaury F. d'A. <ama...@gm...> - 2011-06-23 22:20:32
|
Hi, 2011/6/23 Brian Baker <Bri...@st...>: > Python loads msvcr80.dll Is it a custom build of Python? "official" python distributions use vs9.0; older ones used vs7.0. but python.org has never distributed binaries built with vs8.0. In any case, cx_Oracle should be compiled with the same version. -- Amaury Forgeot d'Arc |