Advertisement
Guest User

Untitled

a guest
May 10th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. nix-shell -p gobjectIntrospection 'python2.withPackages (ps: with ps; [ pygobject3 atk gtk3 ])' --run "python -c \"import pygtkcompat; pygtkcompat.enable_gtk(version='3.0')\""
  2. these paths will be fetched (0.65 MiB download, 7.58 MiB unpacked):
  3. /nix/store/8sd2wsv48qmhzn61ws05952rr43rsg60-gobject-introspection-1.56.0-dev
  4. copying path '/nix/store/8sd2wsv48qmhzn61ws05952rr43rsg60-gobject-introspection-1.56.0-dev' from 'https://cache.nixos.org'...
  5. Traceback (most recent call last):
  6. File "<string>", line 1, in <module>
  7. File "/nix/store/r09qmzqmcv6m3zkl9z8pbj908kl4ckb5-python-2.7.14-env/lib/python2.7/site-packages/pygtkcompat/pygtkcompat.py", line 140, in enable_gtk
  8. gi.require_version('Atk', '1.0')
  9. File "/nix/store/r09qmzqmcv6m3zkl9z8pbj908kl4ckb5-python-2.7.14-env/lib/python2.7/site-packages/gi/__init__.py", line 130, in require_version
  10. raise ValueError('Namespace %s not available' % namespace)
  11. ValueError: Namespace Atk not available
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement