|
|
[Fwd: Re: ANNOUNCE: PyGTK 2.5.0 released (unstable) - PROBLEMS]: msg#00050
gnome.gtk+.python
|
Subject: |
[Fwd: Re: ANNOUNCE: PyGTK 2.5.0 released (unstable) - PROBLEMS] |
--
Johan Dahlin <johan@xxxxxxxxx>
--- Begin Message ---
|
Subject: |
Re: [pygtk] ANNOUNCE: PyGTK 2.5.0 released (unstable) - PROBLEMS |
I compiled GTK to 2.5.6 and the pygtk to the lastest.
Here my traceback when i try to import gtk:
Python 2.4 (#1, Nov 30 2004, 12:04:19)
[GCC 3.3.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37,
in ?
from _gtk import *
ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so: undefined
symbol: gtk_file_chooser_button_set_active
>>>
Em Seg 29 Nov 2004 12:10, Johan Dahlin escreveu:
> I just put up a tarball of PyGTK 2.5.0 on ftp.gnome.org, it can be
> fetched from:
>
> ftp://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.5/
>
> once the mirrors have synced correctly.
>
> What's new since 2.4.1?
> - Port to Gtk+ 2.5.x (Johan, John)
> - Code generator improvements (Gustavo)
>
> The wrapping for 2.5.x widgets should be pretty complete, but it might
> have some missing functionality, make sure to us it together with the
> latest version of Johns reference manual, found at:
>
> http://www.moeraki.com/pygtkreference/pygtk2reference/index.html
>
> This is an unstable release and needs to be well tested, so we're happy
> if users and developers can test their program against it, but don't be
> surprised if you find a bug or two.
>
> Enjoy.
--
Douglas Soares de Andrade - UnilesteMG
dsa em unilestemg.br - Linux User: #237615
http://douglasandrade.tk
--- End Message ---
_______________________________________________
pygtk mailing list pygtk@xxxxxxxxxx
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
|
|