Advertisement
Guest User

Process from the PowerShell

a guest
Oct 29th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.71 KB | None | 0 0
  1. PS D:\Users\admin\Documents\fofix> python setup.py build_ext --inplace --force
  2. checking for program pkg-config... .\win32\deps\bin\pkg-config.exe
  3. checking for library ogg... ok
  4. checking for library theoradec... ok
  5. checking for library glib-2.0... ok
  6. checking for library libswscale... ok
  7. Warning: Extension name 'fofix.lib.cmgl' does not match fully qualified name 'fofix.core.cmgl.cmgl' of 'fofix/core/cmgl/cmgl.pyx'
  8. Warning: Extension name 'fofix.lib._pypitch' does not match fully qualified name 'fofix.core.pypitch._pypitch' of 'fofix/core/pypitch/_pypitch.pyx'
  9. Warning: Extension name 'fofix.lib._VideoPlayer' does not match fully qualified name 'fofix.core.VideoPlayer._VideoPlayer' of 'fofix/core/VideoPlayer/_VideoPlayer.pyx'
  10. Compiling fofix/core/cmgl/cmgl.pyx because it changed.
  11. Compiling fofix/core/pypitch/_pypitch.pyx because it changed.
  12. Compiling fofix/core/VideoPlayer/_VideoPlayer.pyx because it changed.
  13. [1/3] Cythonizing fofix/core/VideoPlayer/_VideoPlayer.pyx
  14. [2/3] Cythonizing fofix/core/cmgl/cmgl.pyx
  15. [3/3] Cythonizing fofix/core/pypitch/_pypitch.pyx
  16. running build_ext
  17. building 'fofix.lib.cmgl' extension
  18. creating build
  19. creating build\temp.win32-2.7
  20. creating build\temp.win32-2.7\Release
  21. creating build\temp.win32-2.7\Release\fofix
  22. creating build\temp.win32-2.7\Release\fofix\core
  23. creating build\temp.win32-2.7\Release\fofix\core\cmgl
  24. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ifofix/core/cmgl -IC:\Python27\lib\site-packages\numpy\core\include -IC:\Python27\include -IC:\Python27\PC /Tcfofix/core/cmgl/cmgl.c /Fobuild\temp.win32-2.7\Release\fofix/core/cmgl/cmgl.obj
  25. cmgl.c
  26. c:\python27\lib\site-packages\numpy\core\include\numpy\npy_1_7_deprecated_api.h(12) : Warning Msg: Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
  27. fofix/core/cmgl/cmgl.c(10638) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
  28. fofix/core/cmgl/cmgl.c(10644) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
  29. creating build\lib.win32-2.7
  30. creating build\lib.win32-2.7\fofix
  31. creating build\lib.win32-2.7\fofix\lib
  32. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 opengl32.lib /EXPORT:initcmgl build\temp.win32-2.7\Release\fofix/core/cmgl/cmgl.obj /OUT:build\lib.win32-2.7\fofix\lib\cmgl.pyd /IMPLIB:build\temp.win32-2.7\Release\fofix/core/cmgl\cmgl.lib /MANIFESTFILE:build\temp.win32-2.7\Release\fofix/core/cmgl\cmgl.pyd.manifest
  33. Creating library build\temp.win32-2.7\Release\fofix/core/cmgl\cmgl.lib and object build\temp.win32-2.7\Release\fofix/core/cmgl\cmgl.exp
  34. building 'fofix.lib._pypitch' extension
  35. creating build\temp.win32-2.7\Release\fofix\core\pypitch
  36. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ifofix/core/pypitch -IC:\Python27\include -IC:\Python27\PC /Tpfofix/core/pypitch/_pypitch.cpp /Fobuild\temp.win32-2.7\Release\fofix/core/pypitch/_pypitch.obj
  37. _pypitch.cpp
  38. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Include\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  39. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ifofix/core/pypitch -IC:\Python27\include -IC:\Python27\PC /Tpfofix/core/pypitch/pitch.cpp /Fobuild\temp.win32-2.7\Release\fofix/core/pypitch/pitch.obj
  40. pitch.cpp
  41. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Include\xlocale(342) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
  42. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /EXPORT:init_pypitch build\temp.win32-2.7\Release\fofix/core/pypitch/_pypitch.obj build\temp.win32-2.7\Release\fofix/core/pypitch/pitch.obj /OUT:build\lib.win32-2.7\fofix\lib\_pypitch.pyd /IMPLIB:build\temp.win32-2.7\Release\fofix/core/pypitch\_pypitch.lib /MANIFESTFILE:build\temp.win32-2.7\Release\fofix/core/pypitch\_pypitch.pyd.manifest
  43. Creating library build\temp.win32-2.7\Release\fofix/core/pypitch\_pypitch.lib and object build\temp.win32-2.7\Release\fofix/core/pypitch\_pypitch.exp
  44. building 'fofix.lib._VideoPlayer' extension
  45. creating build\temp.win32-2.7\Release\fofix\core\VideoPlayer
  46. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Dinline=__inline -Ifofix/core/VideoPlayer -Ifofix/core/VideoPlayer\../cmgl -ID:/Users/admin/Documents/fofix/win32/deps/include -ID:/Users/admin/Documents/fofix/win32/deps/include/glib-2.0 -ID:/Users/admin/Documents/fofix/win32/deps/lib/glib-2.0/include -I. -Iwin32/deps/include/msinttypes -IC:\Python27\include -IC:\Python27\PC /Tcfofix/core/VideoPlayer/_VideoPlayer.c /Fobuild\temp.win32-2.7\Release\fofix/core/VideoPlayer/_VideoPlayer.obj
  47. _VideoPlayer.c
  48. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Dinline=__inline -Ifofix/core/VideoPlayer -Ifofix/core/VideoPlayer\../cmgl -ID:/Users/admin/Documents/fofix/win32/deps/include -ID:/Users/admin/Documents/fofix/win32/deps/include/glib-2.0 -ID:/Users/admin/Documents/fofix/win32/deps/lib/glib-2.0/include -I. -Iwin32/deps/include/msinttypes -IC:\Python27\include -IC:\Python27\PC /Tcfofix/core/VideoPlayer/VideoPlayer.c /Fobuild\temp.win32-2.7\Release\fofix/core/VideoPlayer/VideoPlayer.obj
  49. VideoPlayer.c
  50. C:\Users\admin\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:D:/Users/admin/Documents/fofix/win32/deps/lib /LIBPATH:D:/Users/admin/Documents/fofix/win32/deps/lib /LIBPATH:D:/Users/admin/Documents/fofix/win32/deps/lib /LIBPATH:D:/Users/admin/Documents/fofix/win32/deps/lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 opengl32.lib ogg.lib theoradec.lib ogg.lib glib-2.0.lib intl.lib swscale.lib /EXPORT:init_VideoPlayer build\temp.win32-2.7\Release\fofix/core/VideoPlayer/_VideoPlayer.obj build\temp.win32-2.7\Release\fofix/core/VideoPlayer/VideoPlayer.obj /OUT:build\lib.win32-2.7\fofix\lib\_VideoPlayer.pyd /IMPLIB:build\temp.win32-2.7\Release\fofix/core/VideoPlayer\_VideoPlayer.lib /MANIFESTFILE:build\temp.win32-2.7\Release\fofix/core/VideoPlayer\_VideoPlayer.pyd.manifest
  51. Creating library build\temp.win32-2.7\Release\fofix/core/VideoPlayer\_VideoPlayer.lib and object build\temp.win32-2.7\Release\fofix/core/VideoPlayer\_VideoPlayer.exp
  52. copying build\lib.win32-2.7\fofix\lib\cmgl.pyd -> fofix\lib
  53. copying build\lib.win32-2.7\fofix\lib\_pypitch.pyd -> fofix\lib
  54. copying build\lib.win32-2.7\fofix\lib\_VideoPlayer.pyd -> fofix\lib
  55. PS D:\Users\admin\Documents\fofix> python setup.py msgfmt
  56. checking for program pkg-config... .\win32\deps\bin\pkg-config.exe
  57. checking for library ogg... ok
  58. checking for library theoradec... ok
  59. checking for library glib-2.0... ok
  60. checking for library libswscale... ok
  61. Warning: Extension name 'fofix.lib.cmgl' does not match fully qualified name 'fofix.core.cmgl.cmgl' of 'fofix/core/cmgl/cmgl.pyx'
  62. Warning: Extension name 'fofix.lib._pypitch' does not match fully qualified name 'fofix.core.pypitch._pypitch' of 'fofix/core/pypitch/_pypitch.pyx'
  63. Warning: Extension name 'fofix.lib._VideoPlayer' does not match fully qualified name 'fofix.core.VideoPlayer._VideoPlayer' of 'fofix/core/VideoPlayer/_VideoPlayer.pyx'
  64. running msgfmt
  65. checking for program msgfmt... .\win32\deps\bin\msgfmt.exe
  66. creating data\translations
  67. .\win32\deps\bin\msgfmt.exe -c -o data\translations\french.mo data\po\french.po
  68. .\win32\deps\bin\msgfmt.exe -c -o data\translations\german.mo data\po\german.po
  69. .\win32\deps\bin\msgfmt.exe -c -o data\translations\italian.mo data\po\italian.po
  70. .\win32\deps\bin\msgfmt.exe -c -o data\translations\spanish.mo data\po\spanish.po
  71. PS D:\Users\admin\Documents\fofix> python FoFiX.py
  72. Traceback (most recent call last):
  73. File "FoFiX.py", line 129, in <module>
  74. from fofix.game.Main import Main
  75. File "D:\Users\admin\Documents\fofix\fofix\game\Main.py", line 41, in <module>
  76. from fofix.core.VideoPlayer import VideoLayer, VideoPlayerError
  77. File "D:\Users\admin\Documents\fofix\fofix\core\VideoPlayer\__init__.py", line 1, in <module>
  78. from fofix.lib._VideoPlayer import *
  79. ImportError: DLL load failed: No se puede encontrar el m¾dulo especificado.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement