Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypyPackages: wrapped scripts are missing paths from PYTHONPATH #12948

Closed
datakurre opened this issue Feb 12, 2016 · 3 comments
Closed

pypyPackages: wrapped scripts are missing paths from PYTHONPATH #12948

datakurre opened this issue Feb 12, 2016 · 3 comments
Labels

Comments

@datakurre
Copy link
Contributor

$ nix-build '<nixpkgs>' -A pypyPackages.docutils
$ result/bin/rst2html.py
Traceback (most recent call last):
  File "/nix/store/ras18nqgcrfqh7rdzwlp0drr1rl5dka8-pypy4.0-docutils-0.12/bin/.rst2html.py-wrapped", line 18, in <module>
    from docutils.core import publish_cmdline, default_description
ImportError: No module named docutils

/cc @domenkozar

@wmertens
Copy link
Contributor

wmertens commented Mar 8, 2016

(triage) @datakurre, did find the root of the problem?

@datakurre
Copy link
Contributor Author

@wmertens No yet. I simply added explicit wrap to get forward.

@Profpatsch
Copy link
Member

Fixed on recent nixpkgs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants