guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v7] Add hplip


From: Ludovic Courtès
Subject: Re: [PATCH v7] Add hplip
Date: Fri, 29 Apr 2016 17:07:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> Here’s an improved version of the patch you posted, which removes the
> dependency on Autoconf/Automake and keeps using /var as the
> localstatedir.
>
> However, programs now need help to find their Python modules:
>
> $ /gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-scan 
> --version
> Traceback (most recent call last):
>   File 
> "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-scan", line 
> 40, in <module>
>     import scanext
> ImportError: No module named 'scanext'
> $ /gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-probe 
> Traceback (most recent call last):
>   File 
> "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/bin/hp-probe", line 
> 38, in <module>
>     from base import device, utils, tui, module
>   File 
> "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/share/hplip/base/device.py",
>  line 42, in <module>
>     from . import status
>   File 
> "/gnu/store/4s58vq7zn5l10143736imvq4nzjzyc7m-hplip-3.16.2/share/hplip/base/status.py",
>  line 33, in <module>
>     import cupsext
> ImportError: No module named 'cupsext'
>
> Could someone add a phase to do this?

I finally fixed it and will push shortly.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]