1
Sadastor 1 point ago +1 / -0

What you described is what I was doing, and I still get the only a GUI.pkg of 129kb. Case sensitivity doesn't appear to affect anything- I tried upper, lower, both, no change.

One thing I had to do, that you didn't mention, is create a folder called "manifest" inside of the GUI\ folder, or else it returned an error. Maybe that's part of the problem?

After I created the "manifest" folder, this is what I type and the message I get: C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts>deppth pk -s gui -t gUi.pkg Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg Scanning Manifest

And that's all it says. I've tried moving around the pngs between all the files, but it doesn't pick anything up. This is the first time I've ever used Python so maybe there's something obvious an experienced python user would know. Pillow and lz4 are both installed.

Before I added the "manifest" folder, this is the message I got:

*Packing C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui to target package gUi.pkg Scanning Manifest Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in run_code File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\deppth.exe_main.py", line 7, in <module> File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 39, in main args.func(args) File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\cli.py", line 61, in cli_pack pack(source, target, entries, logger=lambda s: print(s)) File "C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\deppth\deppth.py", line 93, in pack for filename in os.listdir(manifest_dir): ^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\Sadastor\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\Scripts\gui\manifest'

1
Sadastor 1 point ago +1 / -0

Jack, I am trying to make hand-edited portraits that match the original style, focusing only on the worst offenders. When I try to repack gui.pkg, it only creates a .pkg file of 129kb and a .pkg_manifest of 1kb. I can't figure out how to get it working. What do you suggest?