We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\tkinter_init_.py", line 1948, in call return self.func(*args) ^^^^^^^^^^^^^^^^ File "C:\Users\ev662f\Documents\tk_path_finder\v0.56.1\Tk-Path-Finder-0.56.1\src\custom_widgets\branch_tab.py", line 324, in popup_menu.add_command(label="Paste", command=lambda branch_id=self.branch_id: self.view.controller.paste_file_folder(branch_id), image=self.view.paste_icon2, compound="left") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\ev662f\Documents\tk_path_finder\v0.56.1\Tk-Path-Finder-0.56.1\src\controller\controller.py", line 384, in paste_file_folder src = shell.SHCreateItemFromParsingName(source, None, shell.IID_IShellItem) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pywintypes.com_error: (-2147024894, 'The system cannot find the file specified.', None, None)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\ev662f\AppData\Local\Programs\Python\Python311\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "C:\Users\ev662f\Documents\tk_path_finder\v0.56.1\Tk-Path-Finder-0.56.1\src\custom_widgets\branch_tab.py", line 324, in
popup_menu.add_command(label="Paste", command=lambda branch_id=self.branch_id: self.view.controller.paste_file_folder(branch_id), image=self.view.paste_icon2, compound="left")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ev662f\Documents\tk_path_finder\v0.56.1\Tk-Path-Finder-0.56.1\src\controller\controller.py", line 384, in paste_file_folder
src = shell.SHCreateItemFromParsingName(source, None, shell.IID_IShellItem)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pywintypes.com_error: (-2147024894, 'The system cannot find the file specified.', None, None)
The text was updated successfully, but these errors were encountered: