Advertisement
Guest User

Untitled

a guest
May 16th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.31 KB | None | 0 0
  1. ../bin/python tkFlowMix.py
  2. Current working directory: /Users/ssimo/Documents/Professionnel/Recherche/python3.6.5-venv/tkFlowMix
  3. IOFrame.__init__.pathname =
  4. InputFrame.__init__
  5. time =
  6. IOFrame.__init__.pathname =
  7. OutputFrame.__init__
  8. Traceback (most recent call last):
  9.   File "tkFlowMix.py", line 657, in <module>
  10.     app = TkFlowMix()
  11.   File "tkFlowMix.py", line 49, in __init__
  12.     self.widgetsFactory()
  13.   File "tkFlowMix.py", line 122, in widgetsFactory
  14.     self.cosmeticsFactory(4)
  15.   File "tkFlowMix.py", line 223, in cosmeticsFactory
  16.     _labelAndAdjustImage(self.root, "tkFlowMix-data/edf-logo.png", row, 0, 2)
  17.   File "tkFlowMix.py", line 154, in _labelAndAdjustImage
  18.     img = _imageFromFile(imagefilepath, subsample)
  19.   File "tkFlowMix.py", line 140, in _imageFromFile
  20.     img = tkinter.PhotoImage(file=imagefilepath)
  21.   File "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/__init__.py", line 3542, in __init__
  22.     Image.__init__(self, 'photo', name, cnf, master, **kw)
  23.   File "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/__init__.py", line 3498, in __init__
  24.     self.tk.call(('image', 'create', imgtype, name,) + options)
  25. _tkinter.TclError: couldn't recognize data in image file "tkFlowMix-data/edf-logo.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement