Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. Z:\tmp\openlp\testing\scripts>python windows-builder.py --skip-update -v
  2. Script path: Z:\tmp\openlp\testing\scripts
  3. Branch path: Z:\tmp\openlp\testing
  4. Source path: Z:\tmp\openlp\testing\openlp
  5. "dist" path: Z:\tmp\openlp\testing\build\dist\OpenLP
  6. PyInstaller: Z:\tmp\pyinstaller\pyinstaller.py
  7. Documentation branch path: Z:\tmp\openlp\documentation
  8. Help file build path; Z:\tmp\openlp\documentation\manual\build\htmlhelp
  9. Inno Setup path: C:\Program Files\Inno Setup 5\ISCC.exe
  10. Windows resources: Z:\tmp\openlp\testing\resources\windows
  11. VCBuild path: C:\Program Files\Microsoft Visual Studio 9.0\VC\vcpackages\vcbuild
  12. .exe
  13. PPTVIEWLIB path: Z:\tmp\openlp\testing\openlp\plugins\presentations\lib\pptviewl
  14. ib
  15. Building PPTVIEWLIB.DLL...
  16. Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.21022
  17. Copyright (C) Microsoft Corporation. All rights reserved.
  18.  
  19. Rebuild started: Project: pptviewlib, Configuration: Release|Win32
  20. Deleting intermediate and output files for project 'pptviewlib', configuration '
  21. Release|Win32'
  22. Compiling...
  23. pptviewlib.cpp
  24. Linking...
  25. Creating library Z:\tmp\openlp\testing\openlp\plugins\presentations\lib\pptvi
  26. ewlib\Release\pptviewlib.lib and object Z:\tmp\openlp\testing\openlp\plugins\pre
  27. sentations\lib\pptviewlib\Release\pptviewlib.exp
  28. Generating code
  29. Finished generating code
  30. Embedding manifest...
  31. Build log was saved at "file://z:\tmp\openlp\testing\openlp\plugins\presentation
  32. s\lib\pptviewlib\Release\BuildLog.htm"
  33. pptviewlib - 0 error(s), 0 warning(s)
  34. Running PyInstaller...
  35. Writing version file...
  36. Copying plugins...
  37.  
  38. WARNING ---- Documentation Trunk not found ---- WARNING
  39. --- Windows Help file will not be included in build ---
  40.  
  41. Copying extra files for Windows...
  42. WARNING ---- Windows help file not found ---- WARNING
  43. Updating translations...
  44. Compiling translations...
  45. Copying qm files...
  46. Running Inno Setup...
  47. Traceback (most recent call last):
  48. File "windows-builder.py", line 361, in <module>
  49. main()
  50. File "windows-builder.py", line 357, in main
  51. run_innosetup()
  52. File "windows-builder.py", line 302, in run_innosetup
  53. os.path.join(winres_path, u'OpenLP-2.0.iss'), u'/q'))
  54. File "C:\Python27\lib\subprocess.py", line 672, in __init__
  55. errread, errwrite)
  56. File "C:\Python27\lib\subprocess.py", line 882, in _execute_child
  57. startupinfo)
  58. WindowsError: [Error 3] The system cannot find the path specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement