On Fri, 2004-01-16 at 19:09, Ken Beesley wrote:
> Background:
> I'm working on SUN/Solaris 9.
> I have python2.3 running (also 2.2.2, if necessary)
2.3 is fine.
> Questions:
> Is PyGTK the best Python-accessible GUI-building option for me?
I think it is.
> What do I need to install? And in what order?
> gtkglarea (I've got the download, but what is it?)
OpenGL widget. Not needed.
> libglade (I've got the download, but what is it?)
Runtime UI creation. (see
http://developer.gnome.org/doc/API/libglade/libglade.html)
> pygtk-2.0.0 (I've got the download)
> anything else?
glib, pango, atk and gtk+ ;)
> My python2.3 interpreter is /opt/Misc/bin/python2.3
>
> I assume that I should install pygtk in /opt/Misc/lib/python2.3/site-packages/
> Right?
yes.
> Will the following incantation do what I need (after a 'cd' into the
> gunzipped, untarred pygtk-2.0.0/ directory)?
>
> setenv PYTHON /opt/Misc/bin/python2.3
> ./configure --prefix=/opt/Misc
> make
> make install
You may also need to set the library aclocal paths.
Regards,
Xavier Ordoquy.
PS.: If Xerox France is interested in pygtk and looking for consulting in that field
I'll be greatly interested.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/