[orca-list] Accerciser 1.9.3 Breaks under Python 2.7!!!



I just rebuilt the accerciser 1.9.3 package in my Arch Linux system
yesterday and now I get a trace back! Recent changes to Arch involved
migrating all Python 2.6 functions to Python 2.7 and version 3.1 is
now available as the new platform.  I set up my package build script
to reference python 2.7 modules; it builds fine but when I go to
execute the main accerciser program now, all I can get is this
traceback which I will insert below.  When looking at the dump, I
can't see which package is actually amiss.  

Can anyone help out here.  Without fixing this, I cannot do any real
debugging of Orca! The git version appears to be completely intended
for the new stuff so I doubt I would be able to use it here yet.

Script started on Sun 24 Oct 2010 08:44:47 AM MST
steve lnx3:~$ accerciser
Traceback (most recent call last):
  File "/usr/bin/accerciser", line 31, in <module>
    import gnome
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gnome/__init__.py", line 10, in <module>
    import gobject
  File "/usr/lib/python2.7/site-packages/gtk-2.0/gobject/__init__.py", line 26, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "/usr/lib/python2.7/site-packages/gtk-2.0/glib/__init__.py", line 22, in <module>
    from glib._glib import *
ImportError: /usr/lib/libpyglib-2.0-python2.so.0: undefined symbol: _Py_ZeroStruct
steve lnx3:~$ exit
exit

Script done on Sun 24 Oct 2010 08:45:11 AM MST



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]