Your message dated Sat, 22 Feb 2014 10:00:26 +0100
with message-id 
<CAB4XWXy7VjKWB4DTzfyA2GJ8ZWTLo2hTNyE_N=vsrtacw9x...@mail.gmail.com>
and subject line Re: Bug#739565: python-logilab-common: breaks 
python-logilab-{astng,constraint}
has caused the Debian Bug report #739565,
regarding python-logilab-common: breaks python-logilab-{astng,constraint}
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-logilab-common
Version: 0.61.0-1
Severity: serious

python-logilab-common has migrated to dh_python2. But python-logilab-astng and python-logilab-constraint still use python-support, and they share the same namespace. As a consequence, logilab.astng and logilab.constraint can no longer be imported:

$ python -c 'import logilab.constraint'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named constraint

$ python -c 'import logilab.astng'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named astng

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
Sorry for the mess, this has been fixed now.

On Thu, Feb 20, 2014 at 12:36 AM, Jakub Wilk <jw...@debian.org> wrote:
> Package: python-logilab-common
> Version: 0.61.0-1
> Severity: serious
>
> python-logilab-common has migrated to dh_python2. But python-logilab-astng
> and python-logilab-constraint still use python-support, and they share the
> same namespace. As a consequence, logilab.astng and logilab.constraint can
> no longer be imported:
>
> $ python -c 'import logilab.constraint'
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named constraint
>
> $ python -c 'import logilab.astng'
> Traceback (most recent call last):
>   File "<string>", line 1, in <module>
> ImportError: No module named astng
>
> --
> Jakub Wilk



-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

--- End Message ---

Reply via email to