The module Disk and Filesystems could not be loaded error msg

Bug #75127 reported by Aeb1barfo
8
Affects Status Importance Assigned to Milestone
kde-guidance (Ubuntu)
Fix Released
Low
Rich Johnson
Declined for Gutsy by Henrik Nilsen Omma

Bug Description

Fails in both Dapper Dan and Edgy Eft. I tried both CD based distros of each. Failure is repeatable. System worked under W2000AS with no problems. Logging in as Administrator does not help. Kformat says internal error. Konqueror says there is a floppy and floppy0 but does not read them or see the files.

Revision history for this message
Aeb1barfo (aeb1barfo) wrote :

Proliant 3000 dual Pentium III 500Mhz, SmartArray3200, 9.1 GB drives mirrored, 2 GB main memory, ATI Radeon. CD is seen and useable. Floppy drive is not.

Revision history for this message
manuel fernandez (mfg) wrote :

feisty update (herd4)
disk and filesystems could not be loaded
diagnostics:
possible reasons
error occurred during last kde upgrade ...

Revision history for this message
Vermithrax (shzl2qr02) wrote :

I'm running Feisty 7.04 release, and have the same error.

Revision history for this message
Vermithrax (shzl2qr02) wrote :

Ooooook... I just restarted the System Settings dialog, and all is well now. Hrm.

Revision history for this message
Melsen (amelsen) wrote :

Im having the same problem as well now... a new feisty install (7.04) and I just did an upgrade of the recommended things through adept... and now my disk&file doesnt work anymore...

Anyone figured out how to fix this?

Revision history for this message
niroxx (niroxxos) wrote :

Version: 0.2 (using KDE 3.5.7, Kubuntu (gutsy) 4:3.5.7-1ubuntu13)
  Compiler: Target: i486-linux-gnu
  OS: Linux (i686) release 2.6.22-10-generic
  Status: Upgraded to the newest
 In use: kde-guidance 0.8.0svn20070727-0ubuntu2 (gutsy)
 1) Running 'systemsettings' from the command line and trying to open the module results in the following:
 adding Disk & Filesystems /usr/share/applications/kde/mountconfig.desktop
  Pythonize constructor -- pid = 17263
  Python interpreter initialized!
  Pythonize constructor -- pid = 17263
  Traceback (most recent call last):
    File "/var/lib/python-support/python2.5/mountconfig.py", line 37, in <module>
      from fuser import *
    File "/var/lib/python-support/python2.5/fuser.py", line 27, in <module>
      import kdedesigner
    File "/var/lib/python-support/python2.5/kdedesigner.py", line 18, in <module>
      import qtuicompiler
    File "/var/lib/python-support/python2.5/qtuicompiler.py", line 20, in <module>
      import pyqtconfig
  ImportError: No module named pyqtconfig
  Error in sys.excepthook:
  Traceback (most recent call last):
    File "/var/lib/python-support/python2.5/apport_python_hook.py", line 42, in apport_excepthook
      binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
  AttributeError: 'module' object has no attribute 'argv'
 Original exception was:
  Traceback (most recent call last):
    File "/var/lib/python-support/python2.5/mountconfig.py", line 37, in <module>
      from fuser import *
    File "/var/lib/python-support/python2.5/fuser.py", line 27, in <module>
      import kdedesigner
    File "/var/lib/python-support/python2.5/kdedesigner.py", line 18, in <module>
      import qtuicompiler
    File "/var/lib/python-support/python2.5/qtuicompiler.py", line 20, in <module>
      import pyqtconfig
  ImportError: No module named pyqtconfig
  error: ***failed to import module
 2) Running 'mountconfig'(is needed by the modul 'Disk & Filesystems'):
 Traceback (most recent call last):
    File "/usr/bin/mountconfig", line 37, in <module>
      from fuser import *
    File "/usr/share/python-support/kde-guidance/fuser.py", line 27, in <module>
      import kdedesigner
    File "/var/lib/python-support/python2.5/kdedesigner.py", line 18, in <module>
      import qtuicompiler
    File "/var/lib/python-support/python2.5/qtuicompiler.py", line 20, in <module>
      import pyqtconfig
  ImportError: No module named pyqtconfig
 3) By using the GUI to edit my partitions, following appears:
 "Disk & Filesystems could not be loaded"

Revision history for this message
niroxx (niroxxos) wrote :

Recently i found the solution: You have to install the package 'python-qt-dev', then it works!

Revision history for this message
suchys (psuchomel) wrote :

Same error after update. I have different stack trace, installing python-qt-dev did not help:
adding Disk & Filesystems /usr/share/applications/kde/mountconfig.desktop

Pythonize constructor -- pid = 7949
Python interpreter initialized!

Pythonize constructor -- pid = 7949
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_mountconfig
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3285, in create_mountconfig
    return MountConfigApp(parent, name)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2950, in __init__
    self.__updateMountList()
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3160, in __updateMountList
    groupitem = MountGroupListViewItem(self.mountlist,blockdevice)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2830, in __init__
    KListViewItem.__init__(self,parentitem,self.haldevice.getName(),"","","","")
  File "/var/lib/python-support/python2.5/MicroHAL.py", line 384, in getName
    return "Disk "+self.getModelName()
TypeError: cannot concatenate 'str' and 'NoneType' objects
Error in sys.excepthook:
Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/apport_python_hook.py", line 44, in apport_excepthook
    binary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "<string>", line 8, in kcontrol_bridge_create_mountconfig
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3285, in create_mountconfig
    return MountConfigApp(parent, name)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2950, in __init__
    self.__updateMountList()
  File "/var/lib/python-support/python2.5/mountconfig.py", line 3160, in __updateMountList
    groupitem = MountGroupListViewItem(self.mountlist,blockdevice)
  File "/var/lib/python-support/python2.5/mountconfig.py", line 2830, in __init__
    KListViewItem.__init__(self,parentitem,self.haldevice.getName(),"","","","")
  File "/var/lib/python-support/python2.5/MicroHAL.py", line 384, in getName
    return "Disk "+self.getModelName()
TypeError: cannot concatenate 'str' and 'NoneType' objects
error: *** runFunction failure
;

Revision history for this message
Henrik Nilsen Omma (henrik) wrote :

Hi, could you please check if you have a crash dump file in /var/crash for this event?

If so you can run '/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash' to have it retraced and filed.

Changed in kdebase:
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
Rich Johnson (nixternal) wrote :

This problem was recently fixed and backported I believe. I am no longer seeing this in either Gutsy or Hardy. If you feel this is still an issue, then I urge you to reopen this report. Thanks!

Changed in kde-guidance:
assignee: nobody → nixternal
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.