Description of problem: smoltSendProfile ImportError: No module named os_detect Version-Release number of selected component (if applicable): smolt-1.2-2.fc11.noarch How reproducible: always Steps to Reproduce: 1. smoltSendProfile 2. 3. Actual results: Error Expected results: Sent profile. Additional info: [root@walnut ~]# smoltSendProfile -d -a Traceback (most recent call last): File "/usr/bin/smoltSendProfile", line 32, in <module> import smolt File "/usr/share/smolt/client/smolt.py", line 46, in <module> import config File "/usr/share/smolt/client/config.py", line 4, in <module> import os_detect ImportError: No module named os_detect
I was trying to generate a Smolt profile to help debug a kernel issue, but I am having the same problem.
Same here, trying to generate report for bug #479525 .
Fixed with 1.2.3.
Confirmed the fix in smolt-1.2-3.fc11.noarch. Thanks!