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>




_______________________________________________
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