Hi Nathaniel, > The modules [func and certmaster] compile to .eggs but don't work even if i > set PYTHONPATH=$HOME/.nix-profile/lib/python2.6/site-packages [...].
PYTHONPATH must be set to include the appropriate "egg" sub-directories. Adding only the "site-packages" directory doesn't suffice. Generally speaking, the state of Python in Nix is poor. We need a way to compute PYTHONPATH properly, like ghc-wrapper does for GHC, but so far no-one has volunteered to do it. Take care, Peter _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
