Displaying 1 result from an estimated 1 matches for "tclerror".
Did you mean:
tcl_error
2014 Aug 23
0
color is not known to server "FOREGROUND"
...sys.exit(main())
File "./Mobi_Unpack.pyw", line 202, in main
root = Tkinter.Tk()
File "/usr/lib64/python2.7/lib-tk/Tkinter.py", line 1745, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: unknown color name "BACKGROUND"
My reading indicates that this may be due to an issue with the xorg rgbpath declaration, but I don't know how to check what xorg is actually using (since the rgbpath declaration doesn't appear in any of the files in the xorg.conf.d subdirectory)....