#4258 closed defect (fixed)
setup.py for Python bindings doesn't work for virtualenv
Reported by: | hobu | Owned by: | hobu |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | PythonBindings | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
virtualenv and pip use the source code of the bindings on PyPI for installation, and these have a setup.cfg installed with them that points at ../../apps/gdal-config
When this is run the first time, it fails, and the bindings installation cannot happen. We should attempt to simply run a gdal-config that exists on the path one time in addition to what was specified to setup.cfg.
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Backported to 1.8 branch in r23101
comment:3 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
Added to trunk in r23100