kororaproject / kp-pharlap

Package for the device and proprietary driver management in Korora
4 stars 7 forks source link

Korora 21 Beta Pharlap startup error #14

Open aldorgan opened 9 years ago

aldorgan commented 9 years ago

Hi! I got this error message when i'm trying to start up pharlap from gnome-terminal:

Traceback (most recent call last): File "/bin/pharlap", line 130, in system = System().to_dict() File "/usr/lib/python3.4/site-packages/lens/system.py", line 42, in init self._build_cpu_info() File "/usr/lib/python3.4/site-packages/lens/system.py", line 83, in _build_cpu_info self._cpu['clockMax'] = int(float(m.group(1)) * 1e6) ValueError: could not convert string to float: '1000,0000'

firnsy commented 9 years ago

@aldorgan, thanks for the issue, i'm currently fixing the locale conversion issue at the moment.