I recompiled all the gnome libraries today...in order. (see
http://www.baypiggies.org/10mintig.html for what I was recommending)

Recompiled libglade, glade, gnome-python.

Tried a gtk example:

$ python glade.py
*** You should really think about switching over to libglade
Segmentation fault
bash-2.02$ pwd
/usr/local/gnome/gnome-python-1.0.53/pygtk/examples/glade

2$ python testgtk.py
Traceback (innermost last):
  File "testgtk.py", line 1625, in ?
    if __name__ == '__main__': main()
  File "testgtk.py", line 1622, in main
    create_main_window()
  File "testgtk.py", line 1584, in create_main_window
    win.add(box1)
  File "/usr/lib/python1.5/site-packages/gtk.py", line 499, in add
    if args == {}:
SystemError: bad format char passed to mkvalue
bash-2.02$ pwd
/usr/local/gnome/gnome-python-1.0.53/pygtk/examples/testgtk


There's definitely something wrong....


$ pwd
/usr/local/gnome/gnome-python-1.0.53/pygnome/examples
bash-2.02$ ./fifteen.py
Traceback (innermost last):
  File "./fifteen.py", line 7, in ?
    from gnome.ui import *
  File "/usr/lib/python1.5/site-packages/gnome/ui.py", line 3, in ?
    import _gnomeui, gnome
ImportError: /usr/lib/python1.5/site-packages/_gnomeuimodule.so: undefined
symbol: gnome_druid_append_page


Any ideas what I might have to do over? ::sigh::

-- 
_Deirdre   *   http://www.sfknit.org   *   http://www.deirdre.net
"Linux means never having to delete your love mail." -- Don Marti

-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to