domhnallmorr / Tk-Path-Finder

Windows File Explorer/Manager with Tabs. Written in Tkinter using ttkbootstrap.
MIT License
16 stars 5 forks source link

Copy Paste Error Path too long #69

Open domhnallmorr opened 10 months ago

domhnallmorr commented 10 months ago

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)