Guest User

Tkinter Hyperlink Manager Module (GUI code)

a guest
Aug 3rd, 2010
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.55 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "<pyshell#37>", line 1, in <module>
  3.     hyperlink = tkHyperlinkManager.HyperlinkManager(text)
  4.   File "D:\Python26\lib\site-packages\tkHyperlinkManager.py", line 5, in __init__
  5.     def __init__(self, text):
  6.   File "D:\Python26\lib\lib-tk\Tkinter.py", line 3081, in tag_configure
  7.     return self._configure(('tag', 'configure', tagName), cnf, kw)
  8.   File "D:\Python26\lib\lib-tk\Tkinter.py", line 1193, in _configure
  9.     self.tk.call(_flatten((self._w, cmd)) + self._options(cnf))
  10. TclError: bitmap "blue" not defined
Advertisement
Add Comment
Please, Sign In to add comment