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 such dependency.

Regards,
Julien




> 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
> image.png
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


-- 

Julien Cabieces
Senior Developer at Oslandia
julien.cabie...@oslandia.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[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
[image: image.png]
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer