pygtk should exist in your python2.0 library area.
I run redhat 7.1 on my laptop but built python 2 + pygtk 0.6.8 from
tarballs.
My gtk stuff is in /usr/local/lib/python2.0/site-packages.
In there you should find a gtk.py file which is the indicator that gtk is
installed in the python2.0 library area.
If you installed python2 via rpm's, the key thing to note is that
../python2.0/site-packages contains gtk.py (and hence should have the rest
of your pygtk files).
A 'find / -name gtk.py' would help locate this to confirm it's under
python2.0.
Regards,
Greg
-----Original Message-----
From: T. V. Raman [mailto:tvraman@almaden.ibm.com]
Sent: Wednesday, June 13, 2001 1:52 PM
To: ipaq@handhelds.org
Subject: [iPAQ] python 2 --co-existing with 1.5?
I installed python2 on my rh 7 desktop --coexists with
python1.5 since the executables are named appropriately.
I have pygtk and friends installed under python1.5.2
I did a quick kluge to start mingle by
creating a symlink
/usr/lib/site-python
to point to site-packages under python1.5 --and mingle
launches with a whole bunch of warnings.
Q: Are these warnings significant--
Q: how d I install pygtk multiple times?
10:47:21 bubbles src $ (export DISPLAY=:0.0; ./mingle)
WARNING: Python C API version mismatch for module _gtk:
This Python has API version 1009, module _gtk has version 1007.
Gtk-WARNING **: Unable to locate image file in pixmap_path: "highlight.png"
line 38
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_press.png" line 56
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_active.png" line 66
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_disabled.png" line 76
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_disabled.png" line 86
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_inactive.png" line 95
Gtk-WARNING **: Unable to locate image file in pixmap_path: "button.png"
line 115
Gtk-WARNING **: Unable to locate image file in pixmap_path: "button.png"
line 125
Gtk-WARNING **: Unable to locate image file in pixmap_path: "button.png"
line 135
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_press.png" line 145
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_disabled.png" line 155
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_disabled.png" line 165
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 175
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_press.png" line 185
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tab_top.png"
line 212
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tab_top.png"
line 220
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tab_bottom.png"
line 229
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tab_left.png"
line 238
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tab_right.png"
line 247
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 259
Gtk-WARNING **: Unable to locate image file in pixmap_path: "gap_top.png"
line 262
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_top_start.png" line 264
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_top_end.png" line 266
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 274
Gtk-WARNING **: Unable to locate image file in pixmap_path: "gap_bottom.png"
line 277
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_bottom_start.png" line 279
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_bottom_end.png" line 281
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 289
Gtk-WARNING **: Unable to locate image file in pixmap_path: "gap_left.png"
line 292
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_left_start.png" line 294
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_left_end.png" line 296
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 304
Gtk-WARNING **: Unable to locate image file in pixmap_path: "gap_right.png"
line 307
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_right_start.png" line 309
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"gap_right_end.png" line 311
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 322
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menu.png" line
339
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 355
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_right.png" line 372
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_right_active.png" line 381
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_right_active.png" line 390
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_left.png" line 399
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_left_active.png" line 408
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_submenu_left_active.png" line 417
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 425
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menubar.png"
line 441
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menubar.png"
line 459
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"pulldown_inactive.png" line 467
Gtk-WARNING **: Unable to locate image file in pixmap_path: "slider.png"
line 485
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_inactive.png" line 502
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_inactive.png" line 511
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 528
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 536
Gtk-WARNING **: Unable to locate image file in pixmap_path: "window_bg.png"
line 553
Gtk-WARNING **: Unable to locate image file in pixmap_path: "greybg.png"
line 570
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_horiz_active.png" line 601
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_thumb.png" line 604
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_horiz_inactive.png" line 615
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_thumb.png" line 618
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_vert_active.png" line 629
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_thumb.png" line 632
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_vert_inactive.png" line 642
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"scrollbar_thumb.png" line 645
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"trough-vert.png" line 658
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"trough-horiz.png" line 668
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"button_inactive.png" line 682
Gtk-WARNING **: Unable to locate image file in pixmap_path: "tooltip.png"
line 694
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 707
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 716
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 726
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menuitem.png"
line 735
Gtk-WARNING **: Unable to locate image file in pixmap_path: "greybg.png"
line 744
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_up_inactive.png" line 756
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_up_active.png" line 766
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_up_press.png" line 776
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_down_inactive.png" line 787
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_down_active.png" line 797
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_down_press.png" line 807
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_left_inactive.png" line 818
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_left_active.png" line 828
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_left_press.png" line 838
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_right_inactive.png" line 849
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_right_active.png" line 859
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"arrow_right_press.png" line 869
Gtk-WARNING **: Unable to locate image file in pixmap_path: "hline.png" line
881
Gtk-WARNING **: Unable to locate image file in pixmap_path: "vline.png" line
889
Gtk-WARNING **: Unable to locate image file in pixmap_path: "checkbox.png"
line 901
Gtk-WARNING **: Unable to locate image file in pixmap_path: "checkedbox.png"
line 909
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"radio_inactive.png" line 920
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"radio_active.png" line 929
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"pulldown_indicator.png" line 940
Gtk-WARNING **: Unable to locate image file in pixmap_path: "slider.png"
line 950
Gtk-WARNING **: Unable to locate image file in pixmap_path: "slider.png"
line 959
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menu.png" line
971
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"handle_vert_thumb.png" line 974
Gtk-WARNING **: Unable to locate image file in pixmap_path: "menu.png" line
983
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"handle_horiz_thumb.png" line 986
Gtk-WARNING **: Unable to locate image file in pixmap_path: "entry.png" line
1000
Gtk-WARNING **: Unable to locate image file in pixmap_path: "entry.png" line
1008
Gtk-WARNING **: Unable to locate image file in pixmap_path: "focus.png" line
1018
Gtk-WARNING **: Unable to locate image file in pixmap_path: "shadow_in.png"
line 1030
Gtk-WARNING **: Unable to locate image file in pixmap_path: "shadow_out.png"
line 1039
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"frame_box_inset.png" line 1048
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"frame_box_outset.png" line 1057
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"frame_box_inset.png" line 1068
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"frame_gap_top_start.png" line 1071
Gtk-WARNING **: Unable to locate image file in pixmap_path:
"frame_gap_top_end.png" line 1073
Gtk-WARNING **: Unable to locate image file in pixmap_path: "notebook.png"
line 1081
WARNING: Python C API version mismatch for module _gdkimlib:
This Python has API version 1009, module _gdkimlib has version 1007.
WARNING: Python C API version mismatch for module _libglade:
This Python has API version 1009, module _libglade has version 1007.
WARNING: Python C API version mismatch for module _gladegnome:
This Python has API version 1009, module _gladegnome has version 1007.
-- Best Regards, --raman ------------------------------------------------------------ IBM Research: Human Language Technologies Phone: 1 (408) 927 2608 Fax: 1 (408) 927 3012 Email: tvraman@us.ibm.com WWW: http://www.cs.cornell.edu/home/raman PGP: http://emacspeak.sf.net/raman.asc Snail: IBM Almaden Research Center, 650 Harry Road San Jose 95120 _______________________________________________ iPAQ mailing list iPAQ@handhelds.org http://handhelds.org/mailman/listinfo/ipaq irc://irc.openprojects.net #ipaqReceived on Wed Jun 13 11:27:08 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:44:01 EDT