Re: [pygtk] building pygtk

2012-03-14 Thread Dieter Verfaillie
On Wed, 14 Mar 2012 19:25:38 +, Wadud Miah (ITCS) wrote: /gpfs/grace/glib-2.31.2/include/glib-2.0/glib/gspawn.h:22:2: error: #error "Only can be included directly." gtkunixprintmodule.c:30:30: error: gtk/gtkunixprint.h: No such file or directory make[2]: *** [gtkunixprint_la-gtkunixprintmodu

Re: [pygtk] building pygtk

2012-03-14 Thread Wadud Miah (ITCS)
ck this up. Any further help will be greatly appreciated. Regards, >-Original Message- >From: pygtk-boun...@daa.com.au [mailto:pygtk-boun...@daa.com.au] On Behalf Of >cristian abarzúa >Sent: Wednesday, March 14, 2012 6:08 PM >To: pygtk@daa.com.au >Subject: Re: [pygtk] buil

Re: [pygtk] building pygtk

2012-03-14 Thread Tomeu Vizoso
On Wed, Mar 14, 2012 at 19:08, cristian abarzúa wrote: > Hi. > > Install the development packages for gtk ( libgtk2.0-dev) He says to be building those from source. I guess it would help to see the config.log file. Regards, Tomeu > Regards. > > Cristian > > > El 14/03/12 14:45, Wadud Miah (ITC

Re: [pygtk] building pygtk

2012-03-14 Thread cristian abarzúa
Hi. Install the development packages for gtk ( libgtk2.0-dev) Regards. Cristian El 14/03/12 14:45, Wadud Miah (ITCS) escribió: Hello, I am trying to build pygtk and have built its dependencies (with PKG_CONFIG_PATH configured): atk gtk+ pango pangocairo pygobject However, when I

[pygtk] building pygtk

2012-03-14 Thread Wadud Miah (ITCS)
Hello, I am trying to build pygtk and have built its dependencies (with PKG_CONFIG_PATH configured): atk gtk+ pango pangocairo pygobject However, when I do a "configure" for pygtk, it says: The following modules will be built: atk pango pangocairo The following modules will NOT be bui

Re: [pygtk] building pygtk applications using python3.1

2010-03-01 Thread Tomeu Vizoso
On Mon, Mar 1, 2010 at 12:52, A.T.Hofkamp wrote: > goli wrote: >> Hi all, >> >> I am a newbie to the python language, I used pygtk with python2.6 for a >> week, now I want to switch to python3. > > You should not do that, it is too early to use Python 3. > >> I installed python3.1 and wrote a simp

Re: [pygtk] building pygtk applications using python3.1

2010-03-01 Thread A.T.Hofkamp
goli wrote: > Hi all, > > I am a newbie to the python language, I used pygtk with python2.6 for a > week, now I want to switch to python3. You should not do that, it is too early to use Python 3. > I installed python3.1 and wrote a simple app to test it using pygtk. but > python compiler says

[pygtk] building pygtk applications using python3.1

2010-03-01 Thread goli
Hi all, I am a newbie to the python language, I used pygtk with python2.6 for a week, now I want to switch to python3. I installed python3.1 and wrote a simple app to test it using pygtk. but python compiler says that it can't import pygtk. I reinstalled python bindings for gtk (python-gtk on ub