send2trash icon indicating copy to clipboard operation
send2trash copied to clipboard

AttributeError: 'gi.repository.GObject' object has no attribute 'GError'

Open redstoneleo opened this issue 10 years ago • 0 comments

Traceback (most recent call last): File "build/bdist.linux-i686/egg/send2trash/plat_gio.py", line 12, in send2trash gi._glib.GError: Unable to find or create trash directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/media/i/Python/Project/LYYDownloader/UI/MainWindow.py", line 832, in on_deleteFiles_triggered File "build/bdist.linux-i686/egg/send2trash/plat_gio.py", line 13, in send2trash File "/usr/lib/python3/dist-packages/gi/module.py", line 320, in getattr return getattr(self._introspection_module, name) File "/usr/lib/python3/dist-packages/gi/module.py", line 139, in getattr self.name, name)) AttributeError: 'gi.repository.GObject' object has no attribute 'GError'

redstoneleo avatar Jul 29 '15 14:07 redstoneleo