Re: [QGIS-Developer] A problem with the python oracledb connector

2024-01-23 Thread Julien Cabieces via QGIS-Developer
Hi, It's an issue from your plugin "vectortodbloader" which use a 3rd party library "oracledb" not an issue in QGIS. You have to install the python dependency "oracledb" on your system. I fail to find the plugin on QGIS plugins plateform, so I fail to find information on how you could install s

[QGIS-Developer] A problem with the python oracledb connector

2024-01-22 Thread Roger Merritt via QGIS-Developer
Hi everyone, I can get oracledb to work well under Ubuntu22 and Lubunt22, but not Windows 10, Windows 11 or Ubuntu 20.04. When I look at the code in Visual Code on Windows there are no errors: import oracledb Any clues how to sort this out? Perhaps an Environment Variable??? Regards Roger [ima