Hi all,

I'm not familiar with python packaging and module lookup, so I hope
someone can help here.

I'm trying to add support for xattrs and acls to "bup".
I packaged pyxattr and pylibacl.
They build fine and leave
$out/lib/python2.7/site-packages/*-linux-x86_64.egg files.

I checked the source of "bup" and it just tries "import posix1e"
(which is in the root of one of the eggs) at runtime (not during
install).
So I used wrapProgram and "toPythonPath" to prefix these directories
to PYTHONPATH at runtime.
I both tried adding the directory itself and the path to the egg, but
it doesn't work yet.

Am I missing something?

Thanks for any help,
Mathijs
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to