On Thursday 09 December 2010 00:08:31 Matti Airas wrote:
> On 08.12.2010 13:50, ext Algis Kabaila wrote:
> > IMHO, pyside-tools are a significant part of PySide that
enables easy
> > use of Qt Designer in PySide projects, particularly for GUI
or Python
> > programs.
>
> Absolutely agree - thanks for the addition.
>
> > If there are no objections, I would also like to add an
alternative
> > script
> >
> > alter_pull_build_all
> >
done
>
> Sure, go ahead! It's not as if we'd be running out of space on
the
> wiki... :-)
>
> ma.
I also notice that the script pull_all is incompatible with
build_all:
pull_all
alldirs=("apiextractor" "generatorrunner" "shiboken" "pyside"
"pyside-mobility")
whilst build_all
alldirs=("apiextractor" "generatorrunner" "shiboken" "pyside")
For the two scripts to be able to run as intended, the alldirs
variable must be the same in both scripts. Also, neither of the
two scripts has "pyside-tools" at all.
The first one has "pyside-mobility", which is probably a vital
part for mobility applications. It seems to me that one
solution to this inconsistency is to change "alldirs" in boht
"pull_all" and "build_all" scripts to the following with a note:
*****************
alldirs=("apiextractor" "generatorrunner" "shiboken" "pyside"
"pyside-tools")
Note: If "pyside-mobility" is required, please add it to both
"alldirs" variables. Please take care to use plain text editor
and not change anything else.
*****************
I do not know if mobility applications do need the "pyside-
tools". If they do not, then the "Note" should reflect that -
instead of adding "pyside-mobility", the "Note" would need to
say "replace 'pyside-tools' with
'pyside-mobility'"
I would be happy to implement the changes, if they deemed to be
desirable.
OldAl.
--
Algis
http://akabaila.pcug.org.au
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside