So when you try and launch it it says Launch Error see the py2app website for launch issues. In terminal...
sudo /Applications/P2PP.app/Contents/MacOS/P2PP
/Applications/P2PP.app/Contents/Resources/boot.py:426: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Traceback (most recent call last):
File "/Applications/P2PP.app/Contents/Resources/boot.py", line 480, in
_run()
File "/Applications/P2PP.app/Contents/Resources/boot.py", line 394, in _run
exec(compile(source, path, "exec"), globals(), globals())
File "/Applications/P2PP.app/Contents/Resources/P2PP.py", line 28, in
import p2pp.mcf as mcf
File "p2pp/mcf.pyc", line 13, in
File "p2pp/gui.pyc", line 10, in
ImportError: dlopen(/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so, 0x0002): tried: '/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (no such file), '/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))
2025-01-31 12:03:51.349 P2PP[1687:1396500] Launch error
2025-01-31 12:03:51.349 P2PP[1687:1396500] Launch error
See the py2app website for debugging launch issues
Thanks for any help!
So when you try and launch it it says Launch Error see the py2app website for launch issues. In terminal...
sudo /Applications/P2PP.app/Contents/MacOS/P2PP
/Applications/P2PP.app/Contents/Resources/boot.py:426: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Traceback (most recent call last):
File "/Applications/P2PP.app/Contents/Resources/boot.py", line 480, in
_run()
File "/Applications/P2PP.app/Contents/Resources/boot.py", line 394, in _run
exec(compile(source, path, "exec"), globals(), globals())
File "/Applications/P2PP.app/Contents/Resources/P2PP.py", line 28, in
import p2pp.mcf as mcf
File "p2pp/mcf.pyc", line 13, in
File "p2pp/gui.pyc", line 10, in
ImportError: dlopen(/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so, 0x0002): tried: '/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (no such file), '/Applications/P2PP.app/Contents/Resources/lib/python3.12/PyQt5/QtWebEngineWidgets.abi3.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64h' or 'x86_64'))
2025-01-31 12:03:51.349 P2PP[1687:1396500] Launch error
2025-01-31 12:03:51.349 P2PP[1687:1396500] Launch error
See the py2app website for debugging launch issues
Thanks for any help!