[QGIS-trac] Re: [Quantum GIS] #2882: Python support broken for 64
bit systems
Quantum GIS
qgis at qgis.org
Mon Jul 12 11:07:20 EDT 2010
#2882: Python support broken for 64 bit systems
------------------------------------------------+---------------------------
Reporter: volter | Owner: borysiasty
Type: bug | Status: new
Priority: major: does not work as expected | Milestone: Version 1.5.0
Component: Python plugins and bindings | Version:
Keywords: | Platform_version:
Platform: Unix | Must_fix: Yes
Status_info: 0 |
------------------------------------------------+---------------------------
Comment(by gjm):
A question: should QGIS_LIB_SUBDIR be used for all systems, including the
current two special cases in the code for Mac and Mgwin32?
That is, rather than the defines, should the code just be
{{{
pythonlibName.prepend( QgsApplication::prefixPath() + "/" +
QGIS_LIB_SUBDIR + "/" );
}}}
(with a suitable Qt function to get the right path separator?).
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2882#comment:5>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list