Opened 8 years ago

Closed 8 years ago

#6652 closed enhancement (fixed)

Python VRT: should load the python lib that corresponds to the default python interpreter

Reported by: Even Rouault Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

If GDAL is in a process that hasn't already loaded the Python symbols, it will try to search python2.7 first (then 2.6, 3.4, etc...). This may be confusing if it doesn't correspond to the version of the default "python" interpreter.

Change History (1)

comment:1 by Even Rouault, 8 years ago

Resolution: fixed
Status: newclosed

In 35462:

VRT Python: try to load the shared object that matches the 'python' binary from the PATH (fixes #6652)

Note: See TracTickets for help on using tickets.