[osgeo4w-dev] [osgeo4w] #391: pyuic4 shell script shall be installed alongside with pyuic4.bat
OSGeo4W
trac_osgeo4w at osgeo.org
Wed Nov 6 16:06:03 PST 2013
#391: pyuic4 shell script shall be installed alongside with pyuic4.bat
------------------------+---------------------------------------------------
Reporter: mlt | Owner: osgeo4w-dev@…
Type: enhancement | Status: new
Priority: minor | Component: Installer
Version: | Keywords: qt,python
------------------------+---------------------------------------------------
QGIS plugins mostly come with a Makefile from code repositories to build
python representation of UI among other things. These makefiles are
typically run from msys terminal thus leading in messages that pyuic4 is
not found. I suggest to have another template besides pyuic4.bat.tmpl like
{{{
#/bin/sh
@osgeo4w_msys@/bin/python @osgeo4w_msys@/apps/Python27/Lib/site-
packages/PyQt4/uic/pyuic.py" $*
}}}
to create pyuic4 from it.
P.S. It would be nice to replace {{{%1 %2 %3 %4 %5 %6 %7 %8 %9}}} with %*
in pyuic4.bat.tmpl
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/391>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the osgeo4w-dev
mailing list