Thanks, but I'm in fact asking for more specific ways as to how to find corresponding functions in perl and python for GTK specifically. Did anyone translate a gtkperl script to pygtk before? How did you go about it? Googling shows some postings claiming pygtk's coverage of GTK was less than gtkperl's, and python's was also slower to start and run. Is it still the case?
Cheers, Alexy On Thu, 31 Mar 2005 01:44:43 +0300, Nikos Kouremenos <[EMAIL PROTECTED]> wrote: > On Wed, 30 Mar 2005 01:08:05 -0500, Deliverable Mail > <[EMAIL PROTECTED]> wrote: > > Greetings -- I found a nice little script to rotate digital fotos en > > masse, e.g. those taken vertically by a camera vithout gyrosensor > > and/or otherwise not marked as vertical in EXIF. Here's the script, > > in gtk-perl: > > http://freshmeat.net/projects/massrotate/ > > I am rather new to GTK in general and PyGTK in particular, and wonder, > > what is the best way to translate gtk-perl into pygtk? Is it supposed > > to be a rather straightforward process? > The code is 244 lines. I'm not sure if a perl2python script exists and > how well it can do [esecially with GTK2]. You have 3 options: > > a. Use the progam as is, in fact the code is in 2005 so it's pretty > active. You need perlgtk2 > b. Manually convert the code [it's not many lines, but it's an active > project..] > c. Wait for Parrot to finish [yeah right..] {no, I like Parrots but > this starts to remind me the HURD story when compared with mono} > > Good Luck > -- > Nikos Kouremenos | Jabber ID: [EMAIL PROTECTED] | > http://members.hellug.gr/nkour > _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
