improve error message when qt4 is not found (closes #733)
This commit is contained in:
parent
b2597e9e76
commit
82bffbd660
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -82,7 +82,7 @@ else:
|
||||||
|
|
||||||
def build_qt():
|
def build_qt():
|
||||||
print 'Building Qt applications'
|
print 'Building Qt applications'
|
||||||
pyuic4 = check_executable('pyuic4', 'To disable Qt applications, use --no-qt.')
|
pyuic4 = check_executable('pyuic4', 'Install PyQt4-devel or disable Qt applications (with --no-qt).')
|
||||||
|
|
||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
env={ 'PYUIC' : pyuic4, 'PATH':os.environ['PATH']}
|
env={ 'PYUIC' : pyuic4, 'PATH':os.environ['PATH']}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue