-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help running it in Windows with Python 3.8.5 #50
Comments
Are you sure your CSDK version is 64-bit? That procmon trace shows an attempt to load the ICLIT09B.DLL (ODBC library) from the 32-bit Program Files (Program Files (x86)). Usually only 32-bit applications go there (but if you do a custom install you can put whatever you want). |
Yes, this is the file I downloaded. "ibm.csdk.4.50.FC2.WIN.zip"
But I can uninstall it, could you please let me know which exact name of install file I could use? |
First check the version of the current CSDK you have installed in "C:\Program Files (x86)\Informix Client-SDK". Run the setnet32.exe from "C:\Program Files (x86)\Informix Client-SDK\bin". The uninstall process has changed from version to version. With really old versions of CSDK you can do it from the Windows "Uninstall" control panel applet. New ones (>3.70) there is a "uninstallclientsdk.exe" in the Informix CSDK directory. But there is no need to uninstall the old version. You can have more than one installed. The install will add the new version on top of the current PATH directory and update the ODBC registry definition. |
Could you pleas help me to run it in windows?
So I downloaded the 2 *.zip windows files from here put them in the same directory and renamed them
This is my version of Python
IfxPy> python -VV Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AMD64)]
This is the version of the informix SDC Client
ibm.csdk.4.50.FC2.WIN.zip
This is my code.
-a---- 8/21/2020 1:52 PM 674 cuc_sql.py
Could you please help me with my issue?
The text was updated successfully, but these errors were encountered: