<div dir="ltr"><div><div><div><div><div><div>The sequence of operations to recreate this traceback:<br><br>>  File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.4/site-packages/pyqtdeploy/gui/build_page.py", line 168, in _build<br>>    builder.run([qmake], "qmake failed.", in_build_dir=True)<br>>  File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.4/site-packages/pyqtdeploy/builder/builder.py", line 1016, in run<br>>    saved_cwd = os.getcwd()<br>> FileNotFoundError: [Errno 2] No such file or directory<br><br></div>1. On the Build tab, select "run Qmake"<br></div>2. Select also "run Make"<br></div>3. Click Build<br></div>4. build runs ok - QMake runs ok - make fails with some problem or other.<br></div>5. Click Build again<br><br></div>Now the build will run ok but the above traceback happens on the QMake step.<br><br></div>