Hi, I think that you need to promote this software in the Python community(or the Pygame community) if you want to succeed. Right? Otherwise, not too many Python users will know the existence of this software.
# -*- mode: python -*-block_cipher = Nonea = Analysis(['myscript.py'], pathex=['C:\\Path\\To\\Your\\Script'], binaries=[], datas=[('media', 'media')], hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher)pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)exe = EXE(pyz, a.scripts, exclude_binaries=True, name='myscript', debug=False, strip=False, upx=True, console=False, icon='youricon.ico')coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, strip=False, upx=True, name='myscript')
# -*- mode: python -*-block_cipher = Nonea = Analysis(['box2d.py'], pathex=['C:\\Users\\James\\Projects\\AppGameKit\\python\\examples'], binaries=[], datas=[('media', 'media')], hiddenimports=[], hookspath=[], runtime_hooks=[], excludes=[], win_no_prefer_redirects=False, win_private_assemblies=False, cipher=block_cipher)pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)exe = EXE(pyz, a.scripts, exclude_binaries=True, name='box2d', debug=False, strip=False, upx=True, console=False, icon='box2d.ico')coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, strip=False, upx=True, name='box2d')
378 INFO: PyInstaller: 3.3.1379 INFO: Python: 3.6.4380 INFO: Platform: Windows-10-10.0.15063-SP0383 INFO: UPX is not available.388 INFO: Extending PYTHONPATH with paths['C:\\Users\\James\\Projects\\AppGameKit\\python\\examples', 'C:\\Users\\James\\Projects\\AppGameKit\\python\\examples']388 INFO: checking Analysis389 INFO: Building Analysis because out00-Analysis.toc is non existent389 INFO: Initializing module dependency graph...395 INFO: Initializing module graph hooks...401 INFO: Analyzing base_library.zip ...10833 INFO: running Analysis out00-Analysis.toc10840 INFO: Adding Microsoft.Windows.Common-Controls to dependent assemblies of final executable required by C:\Users\James\AppData\Local\Programs\Python\Python36-32\python.exe12811 WARNING: lib not found: api-ms-win-core-profile-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll12954 WARNING: lib not found: api-ms-win-core-memory-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13098 WARNING: lib not found: api-ms-win-core-timezone-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13240 WARNING: lib not found: api-ms-win-core-heap-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13384 WARNING: lib not found: api-ms-win-core-libraryloader-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13522 WARNING: lib not found: api-ms-win-core-string-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13662 WARNING: lib not found: api-ms-win-core-processthreads-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13801 WARNING: lib not found: api-ms-win-core-file-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll13940 WARNING: lib not found: api-ms-win-core-namedpipe-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14079 WARNING: lib not found: api-ms-win-core-util-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14218 WARNING: lib not found: api-ms-win-core-synch-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14361 WARNING: lib not found: api-ms-win-core-file-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14499 WARNING: lib not found: api-ms-win-core-interlocked-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14638 WARNING: lib not found: api-ms-win-core-console-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14776 WARNING: lib not found: api-ms-win-core-handle-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll14920 WARNING: lib not found: api-ms-win-core-file-l2-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15058 WARNING: lib not found: api-ms-win-core-localization-l1-2-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15196 WARNING: lib not found: api-ms-win-core-processthreads-l1-1-1.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15337 WARNING: lib not found: api-ms-win-core-datetime-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15474 WARNING: lib not found: api-ms-win-core-rtlsupport-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15611 WARNING: lib not found: api-ms-win-core-sysinfo-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15747 WARNING: lib not found: api-ms-win-core-synch-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll15887 WARNING: lib not found: api-ms-win-core-processenvironment-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll16029 WARNING: lib not found: api-ms-win-core-errorhandling-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll16168 WARNING: lib not found: api-ms-win-core-debug-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll16173 INFO: Caching module hooks...16200 INFO: Analyzing box2d.py16213 INFO: Loading module hooks...16214 INFO: Loading module hook "hook-encodings.py"...16465 INFO: Loading module hook "hook-pydoc.py"...16468 INFO: Loading module hook "hook-xml.py"...17361 INFO: Looking for ctypes DLLs17362 INFO: Analyzing run-time hooks ...17382 INFO: Looking for dynamic libraries17800 INFO: Looking for eggs17800 INFO: Using Python library C:\Users\James\AppData\Local\Programs\Python\Python36-32\python36.dll17800 INFO: Found binding redirects: []17808 INFO: Warnings written to C:\Users\James\Projects\AppGameKit\python\examples\build\box2d\warnbox2d.txt17996 INFO: Graph cross-reference written to C:\Users\James\Projects\AppGameKit\python\examples\build\box2d\xref-box2d.html18023 INFO: Appending 'datas' from .spec18079 INFO: checking PYZ18079 INFO: Building PYZ because out00-PYZ.toc is non existent18079 INFO: Building PYZ (ZlibArchive) C:\Users\James\Projects\AppGameKit\python\examples\build\box2d\out00-PYZ.pyz20418 INFO: Building PYZ (ZlibArchive) C:\Users\James\Projects\AppGameKit\python\examples\build\box2d\out00-PYZ.pyz completed successfully.20445 INFO: checking PKG20445 INFO: Building PKG because out00-PKG.toc is non existent20445 INFO: Building PKG (CArchive) out00-PKG.pkg20488 INFO: Building PKG (CArchive) out00-PKG.pkg completed successfully.20492 INFO: Bootloader C:\Users\James\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pyinstaller-3.3.1-py3.6.egg\PyInstaller\bootloader\Windows-32bit\runw.exe20492 INFO: checking EXE20493 INFO: Building EXE because out00-EXE.toc is non existent20493 INFO: Building EXE from out00-EXE.toc20505 INFO: SRCPATH [('box2d.ico', None)]20506 INFO: Updating icons from ['box2d.ico'] to C:\Users\James\AppData\Local\Temp\tmpqzpyvv2020507 INFO: Writing RT_GROUP_ICON 0 resource with 20 bytes20507 INFO: Writing RT_ICON 1 resource with 67636 bytes20516 INFO: Appending archive to EXE C:\Users\James\Projects\AppGameKit\python\examples\build\box2d\box2d.exe20523 INFO: Building EXE from out00-EXE.toc completed successfully.20534 INFO: checking COLLECT20535 INFO: Building COLLECT because out00-COLLECT.toc is non existent20536 INFO: Building COLLECT out00-COLLECT.toc21966 INFO: Building COLLECT out00-COLLECT.toc completed successfully.
missing module named resource - imported by posix, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named posix - imported by os, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named _posixsubprocess - imported by subprocess, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named readline - imported by cmd, code, pdb, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pyexcluded module named _frozen_importlib - imported by importlib, importlib.abc, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named _frozen_importlib_external - imported by importlib._bootstrap, importlib, importlib.abc, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named _winreg - imported by platform, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named _scproxy - imported by urllib.requestmissing module named java - imported by platform, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named 'java.lang' - imported by platform, C:\Users\James\Projects\AppGameKit\python\examples\box2d.py, xml.sax._exceptionsmissing module named vms_lib - imported by platform, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named termios - imported by tty, C:\Users\James\Projects\AppGameKit\python\examples\box2d.py, getpassmissing module named grp - imported by shutil, tarfile, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named _dummy_threading - imported by dummy_threading, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named org - imported by copy, C:\Users\James\Projects\AppGameKit\python\examples\box2d.pymissing module named pwd - imported by posixpath, shutil, tarfile, http.server, webbrowser, C:\Users\James\Projects\AppGameKit\python\examples\box2d.py, netrc, getpassmissing module named 'org.python' - imported by pickle, C:\Users\James\Projects\AppGameKit\python\examples\box2d.py, xml.sax
WARNING: lib not found: api-ms-win-core-profile-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dll
Did you install PyInstaller using pip or some other way?
Before using any contributed platform, you need to build the PyInstallerbootloader, as we do not ship binary packages. Download PyInstallersource, and build the bootloader:: cd bootloader python ./waf distclean allThen install PyInstaller:: python setup.py install
My warnings.txt file looks the same. I assume as long as one doesn't use the modules that are being warning about, they can be ignored and nothing I've written has used them.These warnings from the output starting with this line look suspicious.Code: [Select]WARNING: lib not found: api-ms-win-core-profile-l1-1-0.dll dependency of C:\WINDOWS\system32\ucrtbase.dllDo you have a bunch of "api-ms-win-core-*.dll" files in your output folder? (I do.)
Does the generated EXE run correctly?