On Wed, 11 Apr 2001, Piotr Legiecki wrote:
> Hi
>
> I'v just installed python 2.0 for win32 and pygtk for win32. It seems to
> work now.
>
> I want to write easly portable program in python, but it is rather
> difficult anyway. I'd like to use some extra (GtkExtra) widgets with
> python, and it is possible only under linux. There is no easy way to
> make it work under win32.
>
> So may questions are:
> - is there port of GtkExtra for win32?
> - is there port of python bindings for GtkExtra for win32?
>
> Under w98 I even couldn't run testgtk.py (from pygtk examples) because
> of lack of GtkEXtra ;-(. Well, don't you think, that there is something
> missing in this portability problem?
>
> BTW. From pygtk examples I was able ro run all *2.py programs (ie
> hello2.py) but not *1.py (ie hello1.py). The error was: unable to find
> DLL... Is it normal? I use gtk dlla from the latest port of gimp1.2 for
> win32 (they are 1.3 gtk=unstable - why?).
The GtkExtra.py file should have come with pygtk. It is not related to
the GtkExtra package (gtkextra.sourceforge.net or something), but just
contains some convenience functions I wrote while developing pygtk. I
don't know why you don't have a copy of it. I don't really recommend
people use those convenience functions in their own apps though. The
MenuFactory stuff is superceded by GtkItemFactory (found in the gtk
module), and the dialog stuff is not implemented that well.
As for why the win32 dlls are marked as version 1.3, the reason is that
there has never been a stable 1.2 release of gtk for windows. The version
used for the gimp port is based on an early snapshot of the 1.3 branch
(before the incompatible changes).
James.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk