Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant add sound #6

Open
lucastucious opened this issue Nov 19, 2023 · 0 comments
Open

Cant add sound #6

lucastucious opened this issue Nov 19, 2023 · 0 comments

Comments

@lucastucious
Copy link

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1921, in __call__
    return self.func(*args)
  File "/home/farah/Merlinator/src/treeviews.py", line 347, in add_sound
    playlist_dirname = os.path.dirname(self.rootGUI.playlistpath)
  File "/usr/lib/python3.10/tkinter/__init__.py", line 2383, in __getattr__
    return getattr(self.tk, attr)
AttributeError: '_tkinter.tkapp' object has no attribute 'playlistpath'
^CTraceback (most recent call last):
  File "/home/farah/Merlinator/src/merlinator.py", line 12, in <module>
    root.mainloop()
  File "/usr/lib/python3.10/tkinter/__init__.py", line 1458, in mainloop
    self.tk.mainloop(n)
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant