question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

crashes on startup of GIMP, no "Export Layers" option in File menu

See original GitHub issue

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 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:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:5

github_iconTop GitHub Comments

2reactions
Mengeshcommented, Sep 11, 2021

I solved it by installing python2-gimp

0reactions
khalim19commented, Oct 22, 2022

Installation instructions have been updated in version 3.3.2.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found