Thank you very much. I just deleted the 0.6.8 version of pygtk and installed
0.6.6 version of it. It was also downloaded from ftp.gtk.org. I installed
just
as I have done to the 0.6.8 one. But this version works very well. All the
examples in examples/simple and examples/testgtk works.
I installed it to another path but not python's '--prefix=...'.

I did these:
./configure --prefix=/usr/local/pygtk
make
make install
then I write "export
PYTHONPATH=$PYTHONPATH:/usr/local/pygtk/lib/python2.0/site-packages"
in my .bash_profile and log again.

Since 0.6.6 version works well, I've tried it for a while and I like it very
much. But still I wish the 0.6.8 version can work well on my machine too. If
I have time I will download the 0.6.8 version again and try again. I wish I
can find the reason.

btw, is the 0.6.8 a 'developping version'?

Thanks again!

>How did you compile pygtk?  The gtk_window_new() wrapper should be
>generated during the build (the wrapper will end up in
>gtkmodule_impl.c).  To build, you should only have to do:
>  ./configure --prefix=...     (python's install prefix)
>  make
>  make install
>
>James.



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to