Your message dated Sat, 17 Oct 2009 21:33:52 +0200
with message-id <20091017193352.ga9...@jwilk.net>
and subject line Re: Bug#550931: [python-parted] should depend on 
python-decorator
has caused the Debian Bug report #550931,
regarding [python-parted] should depend on python-decorator
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.)


-- 
550931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550931
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-parted
Version: 2.1.1-1
Severity: important

When python-decorator is not installed, it raise this error :
Python 2.5.4 (r254:67916, Sep 26 2009, 10:32:22) 
[GCC 4.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import parted
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.5/parted/__init__.py", line 43, in <module>
    from alignment import Alignment
  File "/usr/lib/pymodules/python2.5/parted/alignment.py", line 28, in <module>
    from decorators import localeC
  File "/usr/lib/pymodules/python2.5/parted/decorators.py", line 23, in <module>
    from decorator import decorator
ImportError: No module named decorator

It's solved by "apt-geting" python-decorator.


--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.30-2-amd64

Debian Release: squeeze/sid
  500 testing         ftp.fr.debian.org 
  500 testing         ftp.belnet.be 

--- Package information. ---
Depends                                  (Version) | Installed
==================================================-+-============================
python                                    (<< 2.6) | 2.5.4-2
python                                    (>= 2.5) | 2.5.4-2
python-support                         (>= 0.90.0) | 1.0.4
libc6                                   (>= 2.2.5) | 2.9-25
libdevmapper1.02.1                  (>= 2:1.02.20) | 2:1.02.38-1
libparted1.8-12        (>= 1.8.8.git.2009.06.03-1) | 1.8.8.git.2009.07.19-5
libuuid1                                 (>= 2.16) | 2.16.1-3


Package's Recommends field is empty.

Package's Suggests field is empty.



-- 
Christophe Monniez <christophe.monn...@fccu.be>




--- End Message ---
--- Begin Message ---
Version: 2.2-1

* Christophe Monniez <christophe.monn...@fccu.be>, 2009-10-14, 08:26:
import parted
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
 File "/usr/lib/pymodules/python2.5/parted/__init__.py", line 43, in <module>
   from alignment import Alignment
 File "/usr/lib/pymodules/python2.5/parted/alignment.py", line 28, in <module>
   from decorators import localeC
 File "/usr/lib/pymodules/python2.5/parted/decorators.py", line 23, in <module>
   from decorator import decorator
ImportError: No module named decorator

It's solved by "apt-geting" python-decorator.

Thanks for your report.
The bug was fixed in pyparted 2.2-1.

--
Jakub Wilk


--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/python-modules-team

Reply via email to