Skip to content

Cannot run configure.py on Mac #776

Open
@flodi

Description

@flodi

After installing all the dependecies without errors, running

python3 configure.py

result in

flodi@fWork turing-smart-screen-python-3.9.3 % python3 ./configure.py
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Traceback (most recent call last):
File "/Users/flodi/Downloads/turing-smart-screen-python-3.9.3/./configure.py", line 686, in
configurator = TuringConfigWindow()
File "/Users/flodi/Downloads/turing-smart-screen-python-3.9.3/./configure.py", line 181, in init
self.window.iconphoto(True, PhotoImage(file=MAIN_DIRECTORY + "res/icons/monitor-icon-17865/64.png"))
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4064, in init
Image.init(self, 'photo', name, cnf, master, **kw)
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 4009, in init
self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't recognize data in image file "/Users/flodi/Downloads/turing-smart-screen-python-3.9.3/res/icons/monitor-icon-17865/64.png"
flodi@fWork turing-smart-screen-python-3.9.3 %

I'm on MacOS 15.3.2 with homebrew 4.5.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions