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

python core backtraces miss str(ex) for ImportError #228

Open
jfilak opened this issue Jun 9, 2015 · 0 comments
Open

python core backtraces miss str(ex) for ImportError #228

jfilak opened this issue Jun 9, 2015 · 0 comments
Labels

Comments

@jfilak
Copy link
Contributor

jfilak commented Jun 9, 2015

https://retrace.fedoraproject.org/faf/reports/234340/
http://ubuntuforums.org/archive/index.php/t-1849993.html

Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/text-brush.py", line 20, in <module>
from gimpfu import *
File "/usr/lib/gimp/2.0/python/gimpfu.py", line 76, in <module>
import gimp
ImportError: /usr/lib/gimp/2.0/python/gimp.so: undefined symbol: PyGimpItem_Type
@xsuchy xsuchy added the bug label May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants