crashes on startup of GIMP, no "Export Layers" option in File menu
See original GitHub issueCrashes on startup
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/export_layers.py", line 38, in <module>
from export_layers import pygimplib
File "/usr/lib/gimp/2.0/plug-ins/export_layers/pygimplib/__init__.py", line 33, in <module>
from . import pglogging
File "/usr/lib/gimp/2.0/plug-ins/export_layers/pygimplib/pglogging.py", line 34, in <module>
str = unicode
NameError: name 'unicode' is not defined
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
File "/home/kosaki/.config/GIMP/2.10/plug-ins/gimp_ora_plus.py", line 88
except OSError, e:
^
SyntaxError: invalid syntax
gimp: LibGimpBase-WARNING: gimp: gimp_wire_read(): error
Version of Export Layers: latest git version
Version of GIMP: 2.10.24
Operating system: Arch Linux
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:5
Top Results From Across the Web
crashes on startup of GIMP, no "Export Layers" option in File ...
Crashes on startup Traceback (most recent call last): File "/usr/lib/gimp/2.0/plug-ins/export_layers.py", line 38, in from export_layers ...
Read more >crashes on startup of GIMP, no "Export Layers" option in File menu
Crashes on startup. Traceback (most recent call last): File "/usr/lib/gimp/2.0/plug-ins/export_layers.py", line 38, in <module> from export_layers import ...
Read more >Help! My GIMP 2.10 crashes on all file operations!
The nature of the malfunction is, any attempt to click any sub-menu of the File menu ("New", "Open", "Save-As", "Export-As") causes GIMP to ......
Read more >GIMP Crash when closing an Export dialog after the image had ...
I was editing pictures, clicked my shortcut for exporting the image, went back to the main window and closed all open images (undoing...
Read more >GIMP 2.10.8 Crashes when manipulating files. - Portable Apps
Right-click on the executable and run as administrator. Everything works fine. Otherwise, it will crash if you try to open a file, save...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I solved it by installing
python2-gimp
Installation instructions have been updated in version 3.3.2.