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

Copy Paste Error Path too long #69

Open
domhnallmorr opened this issue Dec 28, 2023 · 0 comments
Open

Copy Paste Error Path too long #69

domhnallmorr opened this issue Dec 28, 2023 · 0 comments

Comments

@domhnallmorr
Copy link
Owner

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)

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