hwinfo module
Not sure if this is a bug, or user error, so I figured I would ask a question since it is probably user error.
I installed plymouth-manager 1.3.2-1 from the ppa repository on Ubuntu 10.4, but when I run it I get the following error:
Traceback (most recent call last):
File "plymouth-
main.
File "/usr/share/
if value == funcmain.
File "/usr/share/
tmpBuf = open("/
IOError: [Errno 2] No such file or directory: '/etc/default/
It looks like you're importing a module called hwinfo, which is missing on my system. Simple enough. However, I can't find any mention of this module in the python package index (pypi.python.
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2011-03-27
- Last reply:
- 2012-07-06
Mario Guerriero (mefrio-g) said : | #1 |
try to install the latest version. If it doesn't work I will send you the module hwinfo.
Jon Winskill (jonwinskill) said : | #2 |
Thanks. I just tried 1.4.2, but it gives me the same problem. Please send me the module when you get a chance.
hola171@tiscali.it (hola171) said : | #3 |
I tried plymouth-
Traceback (most recent call last):
File "plymouth-
main.
File "/usr/share/
self.
File "/usr/share/
self.Theme = self.fileTheme.
File "/usr/lib/
raise NoSectionError(
ConfigParser.
Mario Guerriero (mefrio-g) said : | #4 |
install the latest version from the ppa....
RibShark (ribshark) said : | #5 |
I have this bug too. I am using the latest version.
(It's installed on Debian, yes I know it's designed for Ubuntu, but I wanted to try it.) (New Linux user here, bare with me!)
Same problem here, using the downloadable .deb and Mint 18.3.
To install the 'hwinfo' module, this may suffice.
sudo -H pip install setuptools
sudo -H pip install python-hwinfo
The above seemed to work on my system (Mint). However, I know see this:
$ plymouth-manager
Traceback (most recent call last):
File "plymouth-
main.
File "/usr/share/
self.
File "/usr/share/
self.Theme = self.fileTheme.
File "/usr/lib/
raise NoSectionError(
ConfigParser.
Can you help with this problem?
Provide an answer of your own, or ask Jon Winskill for more information if necessary.