Python discussion: Difference between revisions

imported>Fadenb
Created page with "== python basics == * '''*.pth''' files :Python supports *.pth files which contain the paths to the parent directories of your python modules one per line. Those files are pla..."
 
imported>Fadenb
Line 47: Line 47:


so how should i package python-gudev then? the source for python-gudev (which produces the above error) can be found at [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/python-gudev/default.nix]
so how should i package python-gudev then? the source for python-gudev (which produces the above error) can be found at [https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/python-gudev/default.nix]
== links ==
* http://dpaste.com/756606/
* https://gitorious.org/goibhniu/pages/nix-python (to be merged with this page)