RSS/Atom feed Twitter
Site is read-only, email is disabled

Python error while loading gimp

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Python error while loading gimp D.Jones (aka) Capnhud 16 May 14:32
  Python error while loading gimp Sven Neumann 16 May 22:17
D.Jones (aka) Capnhud
2008-05-16 14:32:29 UTC (almost 17 years ago)

Python error while loading gimp

I receive the following error when I load gimp 2.4.5 with python installed.

pythonw.exe The procedure entry point g_assertion_message could not be located in the dyanamic link library libglib-2.0.0-0.dll

I have installed

Python 2.5.2 pycairo-1.4.12-1.win32-py2.5.exe
pygobject-2.14.1-1.win32-py2.5.exe
pygtk-2.12.1-2.win32-py2.5.exe

gimp-2.4.5-i686-setup.exe gimp-help-2-2.4.0-eng-setup.exe

all in this order.

Sven Neumann
2008-05-16 22:17:16 UTC (almost 17 years ago)

Python error while loading gimp

Hi,

On Fri, 2008-05-16 at 05:32 -0700, D.Jones (aka) Capnhud wrote:

I receive the following error when I load gimp 2.4.5 with python installed.

pythonw.exe The procedure entry point g_assertion_message could not be located in the dyanamic link library libglib-2.0.0-0.dll

Your copy of gtk+ was compiled against a newer version of glib than what you have installed on your system.

Sven