Advertisement
Guest User

Untitled

a guest
May 1st, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.00 KB | None | 0 0
  1. ./sendProfile.py
  2. Traceback (most recent call last):
  3.   File "./sendProfile.py", line 420, in <module>
  4.     main()
  5.   File "./sendProfile.py", line 403, in main
  6.     profile = read_profile(gate, smolt.read_uuid())
  7.   File "./sendProfile.py", line 299, in read_profile
  8.     profile = smolt.create_profile(gate, uuid)
  9.   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1253, in create_profile
  10.     return create_profile_nocatch(gate, uuid)
  11.   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 1245, in create_profile_nocatch
  12.     return _HardwareProfile(gate, uuid)
  13.   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 513, in __init__
  14.     self.host = Host(gate, uuid)
  15.   File "/usr/share/mythtv/hardwareprofile/smolt.py", line 209, in __init__
  16.     self.defaultRunlevel = gate.process('run_level', software.read_runlevel(), -1)
  17.   File "/usr/share/mythtv/hardwareprofile/software.py", line 45, in read_runlevel
  18.     sys.stderr.write(_('Cannot Determine Runlevel'))
  19. NameError: global name '_' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement