I've got pygtk-0.6.10 installed on FreeBSD 4.6.2 with python 2.2.2,
gtk-1.2.10, and pth-2.0.0.  Things were working well before, until I
upgraded some of my software packages.  Among other things, I believe I
upgraded pth from version 1.4.  Since upgrading, things that use pygtk no
longer work, even though I've reinstalled all the relevant stuff to make
sure it's up to date and properly compiled.  

Here's an example of what I'm seeing:

> python
Python 2.2.2 (#1, Mar 24 2003, 15:55:57)
[GCC 2.95.3 20010315 (release) [FreeBSD]] on freebsd4
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/local/lib/python2.2/site-packages/gtk-1.2/gtk.py", line 22,
in ?
    import _gtk
ImportError: /usr/local/lib/pth/libpthread.so.20: Undefined symbol
"sigaltstack"
>>>

I have no idea what the problem here is, or how to solve it.  Any
suggestions would be most welcome.  Please cc: me, as I am not currently
subscribed.

Thanks,
Dave


-- 
----------------------------------------------------------------------
Dave Walton                                            [EMAIL PROTECTED]
----------------------------------------------------------------------


-- 
----------------------------------------------------------------------
Dave Walton                                            [EMAIL PROTECTED]
----------------------------------------------------------------------
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to