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

Gimp-2.1.0 and Python

This discussion is connected to the gimp-developer-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.

Gimp-2.1.0 and Python Owen 12 Jun 04:18
  Gimp-2.1.0 and Python Manish Singh 12 Jun 22:01
Owen
2004-06-12 04:18:02 UTC (almost 20 years ago)

Gimp-2.1.0 and Python

I just built 2.1.0 with --enable-python but there was no python on the menus.

So I went and built 2.0.1 --enable-python and configure failed because I didn't have pygtk

Installed that and rebuilt both. Python now shows in the menus.

Perhaps the configure for 2.1.0 doesn't fail on missing pygtk?

Manish Singh
2004-06-12 22:01:58 UTC (almost 20 years ago)

Gimp-2.1.0 and Python

On Sat, Jun 12, 2004 at 12:18:02PM +1000, Owen wrote:

I just built 2.1.0 with --enable-python but there was no python on the menus.

So I went and built 2.0.1 --enable-python and configure failed because I didn't have pygtk

Installed that and rebuilt both. Python now shows in the menus.

Perhaps the configure for 2.1.0 doesn't fail on missing pygtk?

The configure check is exactly the same for 2.0.1 and 2.1.0. Are you building 2.1 from CVS? If so, it sounds like your pkg.m4 is broken.

-Yosh