On Apr 1, 2005 10:22 PM, Christian Floeter <[EMAIL PROTECTED]> wrote:
> [snip]
> >>> import gtk
> RuntimeError: can't create const
>
> This also happens with 2.6.0. I've reverted to 2.4.1, which
> works fine for me.
I'm also using gentoo but it works fine
[EMAIL PROTECTED] ~ $ python
Python 2.4 (#1, Feb 21 2005, 23:28:26)
[GCC 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>> pygtk.require("2.0")
>>> import gtk
>>>
>
> Any ideas?
Maybe you compile with aggressive flags or something like that?
cheers
--
gmt
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/