drinnansj
2007-11-21, 10:10 PM CST
As my tittle says, I can not start this program. Which is a bit of a problem as I am on the road and need to use a modem connection.
When I start it form a terminal I get this
Traceback (most recent call last):
File "/usr/bin/system-control-network", line 484, in <module>
window = mainDialog()
File "/usr/bin/system-control-network", line 117, in __init__
self.devicelist = self.getProfDeviceList()
File "/usr/bin/system-control-network", line 406, in getProfDeviceList
profilelist = getProfileList(refresh)
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 652, in getProfileList
__PFList.load()
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 75, in load
changed = updateNetworkScripts()
File "/usr/share/system-config-network/netconfpkg/NC_functions.py", line 940, in updateNetworkScripts
log.log(5, "Cannot write to %s" % (getRoot + "/"))
TypeError: unsupported operand type(s) for +: 'function' and 'str'
Any help much appreciated, thanks
Steven
When I start it form a terminal I get this
Traceback (most recent call last):
File "/usr/bin/system-control-network", line 484, in <module>
window = mainDialog()
File "/usr/bin/system-control-network", line 117, in __init__
self.devicelist = self.getProfDeviceList()
File "/usr/bin/system-control-network", line 406, in getProfDeviceList
profilelist = getProfileList(refresh)
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 652, in getProfileList
__PFList.load()
File "/usr/share/system-config-network/netconfpkg/NCProfileList.py", line 75, in load
changed = updateNetworkScripts()
File "/usr/share/system-config-network/netconfpkg/NC_functions.py", line 940, in updateNetworkScripts
log.log(5, "Cannot write to %s" % (getRoot + "/"))
TypeError: unsupported operand type(s) for +: 'function' and 'str'
Any help much appreciated, thanks
Steven