[MCOL-1648] pymcsapi3 on Windows depends on the Python 3 release DLL it was compiled with Created: 2018-08-13 Updated: 2023-10-26 Resolved: 2018-08-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Jens Röwekamp (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 |
||
| Sprint: | 2018-16 |
| Description |
|
On Windows, the Python bulk Write SDK currently depends on the Python 3 DLL of the Python release it was compiled with. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-08-13 ] |
|
Even the simple example documented on Swig's documentation compiled with Python3's distutils links through the Python 3 release DLL instead of the general Python 3 DLL. |
| Comment by Jens Röwekamp (Inactive) [ 2018-08-13 ] |
|
According to Stack Overflow we need to manually compile pymcsapi for every release |
| Comment by Jens Röwekamp (Inactive) [ 2018-08-17 ] |
|
Decided for now to just support one Python 3 release. |