unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* (python) ctypes.util.find_library full path ?
@ 2019-02-22 14:51 zimoun
  2019-02-23 15:39 ` Alex Vong
  2019-02-24 19:02 ` Danny Milosavljevic
  0 siblings, 2 replies; 5+ messages in thread
From: zimoun @ 2019-02-22 14:51 UTC (permalink / raw)
  To: Guix Devel

Dear,

I would like to try WeasyPrint [1] to convert some HTML docs to PDF
ones and maybe print them. Or maybe presentation etc.

[1] https://weasyprint.org/

Well, excluding the check phase at first because some dependencies
does not seem clean with Python2/Python3. Anyway!

it is almost straightforward with `guix import pypi -r weasyprint'. Awesome !
(there is some tweaks in url: "cairosvg" -> "CairoSVG")

However, the command `weasyprint` fails at run time. Because an issue
about `dlopen'.

To be precise, and from my understanding, the culprit is these lines:
https://github.com/Kozea/cairocffi/blob/v1.0.2/cairocffi/__init__.py#L30-L31

In other word, ctypes.util.find_library('cairo') returns the expected
'libcairo.so.2'.
But then it is not recognized by their `ffi.dlopen`.
And if the full path is provided then it works, e.g.,
 ffi.dlopen('/gnu/store/13i02w6r4awyb5d4n8plk8m0idvryib0-cairo-1.14.12/lib/libcairo.so.2')
 <Lib object for
'/gnu/store/13i02w6r4awyb5d4n8plk8m0idvryib0-cairo-1.14.12/lib/libcairo.so.2'>

There is an old "similar" issue on the bug Nix tracker #7307 [2],
asking if `ctypes.util.find_library` should return full path (so apply
somehow a patch) or add another env variable. I do not know what is
the status now.

[2] https://github.com/NixOS/nixpkgs/issues/7307


My questions is: is there a fix for this kind of issue ?
I guess, it should happen with Python packages.

If yes, what is the trick ?
If no, what should be the trick ? What do you think ?


Thank you for any pointer and/or comments.


All the best,
simon

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-02-25 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 14:51 (python) ctypes.util.find_library full path ? zimoun
2019-02-23 15:39 ` Alex Vong
2019-02-25 13:56   ` zimoun
2019-02-24 19:02 ` Danny Milosavljevic
2019-02-25 14:02   ` zimoun

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).