Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: ntfs-config is not running! Version-Release number of selected component (if applicable): Name : ntfs-config Arch : noarch Version : 1.0.1 Release : 5.fc11 Size : 677 k Repo : installed How reproducible: [daniel@localhost ~]$ ntfs-config-root Traceback (most recent call last): File "/usr/sbin/ntfs-config-root", line 41, in <module> from NtfsConfig.Fstab.FstabDialogs import dialog ImportError: No module named NtfsConfig.Fstab.FstabDialogs [daniel@localhost ~]$ ntfs-config Traceback (most recent call last): File "/usr/bin/ntfs-config", line 41, in <module> from NtfsConfig.NtfsConfig import * ImportError: No module named NtfsConfig.NtfsConfig Additional info: Using Fedora 11 (Leonidas) Rawhide
Same here [demetris@innovator ~]$ ntfs-config Traceback (most recent call last): File "/usr/bin/ntfs-config", line 41, in <module> from NtfsConfig.NtfsConfig import * ImportError: No module named NtfsConfig.NtfsConfig [demetris@innovator ~]$ ntfs-config-root Traceback (most recent call last): File "/usr/sbin/ntfs-config-root", line 41, in <module> from NtfsConfig.Fstab.FstabDialogs import dialog ImportError: No module named NtfsConfig.Fstab.FstabDialogs [demetris@innovator ~]$
Problem is package is noarch, but actually it is x86_64. i.e. /usr/lib64/python2.6/site-packages/NtfsConfig
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
I'm also having the same problem and until the bug is fixed, you can workaround the bug by creating a link for ntfs-config in /usr/lib: su -c 'ln -s /usr/lib64/python2.6/site-packages/NtfsConfig/ /usr/lib/python2.6/site-packages/'
this is not about x86_64, I get the same on i686
sorry for having been late on that one. I'm gonna look at this this week-end if you don't mind.
ntfs-config-1.0.1-6.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ntfs-config-1.0.1-6.fc11
ntfs-config-1.0.1-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.