Laurent Monin
f10324501a
Better handling of missing executable pyrcc4, used to compile resource
...
python setup.py build_ui wasn't very explicit when run without installed pyrcc4,
messages are now better.
Use distutils.spawn instead of subprocess.call
2014-10-20 10:48:57 +02:00
Laurent Monin
105068d2b3
Fix few missing blank lines (PEP8).
2014-04-19 09:26:29 +02:00
Shadab Zafar
92c11123b6
Used subprocess.call instead of os.system()
...
This fixes ui filenames with any special characters if there
are any ;)
2014-03-12 20:47:07 +05:30
Shadab Zafar
69c8027094
Handles building ui files with spaces in their names.
...
Just quoted the file names.
2014-03-12 19:55:37 +05:30
Laurent Monin
26f595a068
Mark compile.py and makeqrc.py as executables, they have python bang path.
2013-06-28 12:39:42 +02:00
Laurent Monin
b974a9cf63
Make compile.py runnable from anywhere and importable.
2013-06-28 12:39:30 +02:00
Lukáš Lalinský
106dc7449f
Move separate compile.py scripts into setup.py
2006-09-18 22:33:46 +02:00