Advertisement
Guest User

pyinstaller_output

a guest
Aug 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.84 KB | None | 0 0
  1. (venv) cnhkg-ev-test@CNHKG-EV-TEST:~/Documents/one-click-agent$ pyinstaller --onefile One-Click-Agent.spec
  2. 70 INFO: PyInstaller: 3.3.1
  3. 70 INFO: Python: 2.7.15rc1
  4. 70 INFO: Platform: Linux-4.15.0-32-generic-x86_64-with-Ubuntu-18.04-bionic
  5. 89 INFO: UPX is not available.
  6. 105 INFO: Extending PYTHONPATH with paths
  7. ['/home/cnhkg-ev-test/Documents',
  8.  '/home/cnhkg-ev-test/Documents/one-click-agent']
  9. 105 INFO: checking Analysis
  10. 113 INFO: checking PYZ
  11. 122 INFO: checking PKG
  12. 128 INFO: Bootloader /home/cnhkg-ev-test/Documents/one-click-agent/venv/local/lib/python2.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
  13. 128 INFO: checking EXE
  14. (venv) cnhkg-ev-test@CNHKG-EV-TEST:~/Documents/one-click-agent$ pyinstaller --onefile One-Click-Agent.py
  15. 71 INFO: PyInstaller: 3.3.1
  16. 71 INFO: Python: 2.7.15rc1
  17. 71 INFO: Platform: Linux-4.15.0-32-generic-x86_64-with-Ubuntu-18.04-bionic
  18. 71 INFO: wrote /home/cnhkg-ev-test/Documents/one-click-agent/One-Click-Agent.spec
  19. 73 INFO: UPX is not available.
  20. 74 INFO: Extending PYTHONPATH with paths
  21. ['/home/cnhkg-ev-test/Documents',
  22.  '/home/cnhkg-ev-test/Documents/one-click-agent']
  23. 75 INFO: checking Analysis
  24. 77 INFO: Building because inputs changed
  25. 77 INFO: Initializing module dependency graph...
  26. 97 INFO: Initializing module graph hooks...
  27. 176 INFO: running Analysis out00-Analysis.toc
  28. 193 INFO: Caching module hooks...
  29. 195 INFO: Analyzing /home/cnhkg-ev-test/Documents/one-click-agent/One-Click-Agent.py
  30. 1616 INFO: Processing pre-find module path hook   distutils
  31. 1629 INFO: distutils: retargeting to non-venv dir '/usr/lib/python2.7/distutils'
  32. 1844 INFO: Processing pre-safe import module hook   _xmlplus
  33. 2475 INFO: Processing pre-safe import module hook   win32com
  34. 2482 INFO: Loading module hooks...
  35. 2483 INFO: Loading module hook "hook-distutils.py"...
  36. 2519 INFO: Loading module hook "hook-xml.py"...
  37. 2579 INFO: Loading module hook "hook-httplib.py"...
  38. 2580 INFO: Loading module hook "hook-encodings.py"...
  39. 2899 INFO: Looking for ctypes DLLs
  40. 2908 INFO: Analyzing run-time hooks ...
  41. 2911 INFO: Including run-time hook 'pyi_rth_multiprocessing.py'
  42. 2917 INFO: Looking for dynamic libraries
  43. 3163 INFO: Looking for eggs
  44. 3163 INFO: Python library not in binary dependencies. Doing additional searching...
  45. 3257 INFO: Using Python library /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
  46. 3259 INFO: Warnings written to /home/cnhkg-ev-test/Documents/one-click-agent/build/One-Click-Agent/warnOne-Click-Agent.txt
  47. 3274 INFO: Graph cross-reference written to /home/cnhkg-ev-test/Documents/one-click-agent/build/One-Click-Agent/xref-One-Click-Agent.html
  48. 3308 INFO: checking PYZ
  49. 3310 INFO: checking PKG
  50. 3311 INFO: Bootloader /home/cnhkg-ev-test/Documents/one-click-agent/venv/local/lib/python2.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
  51. 3311 INFO: checking EXE
  52. (venv) cnhkg-ev-test@CNHKG-EV-TEST:~/Documents/one-click-agent$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement