Opened 11 years ago
Closed 4 years ago
#391 closed enhancement (wontfix)
pyuic4 shell script shall be installed alongside with pyuic4.bat
Reported by: | mlt | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | Installer |
Version: | Keywords: | qt, python | |
Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.