markus_e
markus_e
Hi! I did have pango installed but not cairo. Did a `brew install cairo` as requested, followed by `brew install --build-from-source pympress` to recompile. Unfortunately the error remains the same....
You're onto something: ``` % strings $(brew --prefix)/lib/girepository-1.0/*.typelib | grep libpango-[0-9.]*.dylib zsh: no matches found: libpango-[0-9.]*.dylib ``` So what's the fix? I don't see the solution exactly in #58. This...
Well then I think you can close and I need to reopen on gi-introspection, correct?
> You should probably open a bug there, especially if you can reproduce it with a minimal example. I can tag it here with `external dependency` so we can track...
fyi: Executing a workaround like `% DYLD_LIBRARY_PATH=/opt/homebrew/lib pympress presentation.pdf ` fails with `segmentation fault `
Pull request for pango is issued on hombrew-core: https://github.com/Homebrew/homebrew-core/pull/75484 However, with my local changes I still can't start pympress. It now fails with: ```% pympress presentation.pdf ** (process:88315): WARNING **:...
Unfortunatly the fix did not pass review. At least up to now there has been a veto: https://github.com/Homebrew/homebrew-core/pull/75484#pullrequestreview-638842663 Maybe you'd like to comment?
I've installed/upgraded as you requested. Pympress unfortunately still segfaults: https://gist.github.com/DocEpsilon/ddf30456ad350e7c2ff5497117676726
Does this output help? ``` % python3 -X faulthandler -m pympress presentation.pdf Fatal Python error: Segmentation fault Current thread 0x000000010082bd40 (most recent call first): File "/opt/homebrew/lib/python3.9/site-packages/pympress/builder.py", line 158 in connect_signals...
Hmm, something's wrong. pympress won't update from the command above, even with `--upgrade`-option set. So I did a `pip uninstall pympress` followed by `pip install "git+https://github.com/Cimbali/pympress@dumbed-down-interface#egg=pympress"` which still segfaults... ~~Are...