On 18 Mai, 02:27, Yuval Levy <[email protected]> wrote: > > already back? the summer has not even started yet! >
In summer I usually spend some time at home and some travelling. After three weeks of mostly living in a tent, with an open fire to heat and cook, coming back to all the mod cons made for a nice change. And it's nice to look at the images on the 32 inch screen rather than on the camera's 3 inches :) But I'll be off again once I feel like it and conditions are favourable. > > On my Kubuntu system, I can just use wxPython from the > > plugin. > > Then let's start releasing this. Users of other platforms will find ways to > harness similar power for themselves. We don't have to formally release this - In Python you can just try and import wxPython, and if that fails or if you know wxPython can't be used you do something else or refuse to perform. Keep in mind it's all interpreted code using dynamically loaded libraries. It just makes it more work to write the plugin so that it works with or without wxPython. It's more of a problem that we don't have console i/o for the plugins as a fallback, unless someone figures out how. Maybe it's possible to open a console window as a subprocess somehow and use that to communicate. I'll muse on it. > > plugins I've written so far are very useful to me and I use them often. > > This is why I think we should not wait any longer, integrate your work into > the main codeline, and initiate a release cycle soon. I agree. And I reckon that the state it's in is a fair enough effort to start with. I noticed my last bundle was integrated yesterday, and T. Modes put in a few changesets affecting python_scripting just afterwards, so I guess it was him who unbundled it and put some more work into it - Thanks. I'll fire up a compile with the latest status quo and report back. So the python_scripting branch should be in a good state to merge into the main code line. I can do a trial run here and see if it's as unproblematic as I think, but this will only cover my Kubuntu system. Kay -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
