> From: Anthony Tekatch <[EMAIL PROTECTED]> > > > Hello, > > I'm trying to install gnome-python-1.4.1 onto my RedHat 7.0 system: > > The README says: > "... you will also need the pygtk package compiled and installed. " > > I thought pygtk is included in "gnome-python-1.4.1".
I pretty certain it is included. > > Anyway, I get the following error that shows up from make rather than being caught >by ./configure : > > ============================================================================ > In file included from /usr/include/applet-widget.h:12, > from appletmodule.c:25: > /usr/include/libgnorba/gnorba.h:4:23: orb/orbit.h: No such file or directory > /usr/include/libgnorba/gnorba.h:5:37: ORBitservices/CosNaming.h: No such file or >directory > In file included from /usr/include/libgnorba/gnorba.h:7, > from /usr/include/applet-widget.h:12, > from appletmodule.c:25: > /usr/include/libgnorba/gnome-factory.h:7:23: orb/orbit.h: No such file or directory > In file included from /usr/include/applet-widget.h:14, > from appletmodule.c:25: > /usr/include/gnome-panel.h:7:23: orb/orbit.h: No such file or directory > make[3]: *** [appletmodule.lo] Error 1 > make[3]: Leaving directory `/software/gnome-python-1.4.1/pygnome' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/software/gnome-python-1.4.1/pygnome' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/software/gnome-python-1.4.1' > make: *** [all] Error 2 > ============================================================================ > > I've just been applying Ximian updates to my system. Don't know about this other than maybe the Orbit RPMS. > > My real goal is to update my system to the latest Python 2.x and test my >applications under that rather than 1.5.2. Is this even possible? > > Thanks, > > -- > Anthony Tekatch I built a bunch of python2 RPMS by mucking with the original SRPMS and their spec files on a RedHat 7.2 system. I've got: mx2-2.0.1-1.i386.rpm MySQL-python2-0.9.0-2.i386.rpm py2gnome-1.4.1-3.i386.rpm py2gnome-applet-1.4.1-3.i386.rpm py2gnome-capplet-1.4.1-3.i386.rpm py2gnome-gtkhtml-1.4.1-3.i386.rpm py2gnome-libglade-1.4.1-3.i386.rpm py2gtk-0.6.8-3.i386.rpm py2gtk-glarea-0.6.8-3.i386.rpm py2gtk-libglade-0.6.8-3.i386.rpm and: postgresql-python2-7.1.3-2.i386.rpm _pgmodule.so* I couldn't get the postgres spec file to build the _pgmodule.so with python2 (all the other files are using python2) so I built it it by hand and copy the _pgmodule.so file to the directory after installing the rpm. I can make them available if people want them. I don't know whether they will work with a RedHat 7.0 system or not. Dave _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
