- Images tab loads images and displays them correctly (was easy to copy from my KImagefuser, but you need pyside>=1.0.5)
Well done! Amazing! Thanks for sharing.
All I had to do, on my nearly blank new Kubuntu box, was:
sudo add-apt-repository ppa:hugin/hugin-builds
sudo add-apt-repository ppa:hugin/nightly
sudo apt-get update
sudo apt-get install hugin enblend pyside
tar xvfz pyHugin-0.0.1.tgz
cd pyHugin/
./pyHugin.py
Fed it two images and it yielded a panorama. Cool!
> So my basic knowledge of QT is the reason I have chosen for pyside
> instead op wxpython.
About two weeks ago Kay and I were debating on Skype how to go about his
idea of refactoring Hugin, and whether it is better to refactor the
current GUI with wxPython or start from scratch with PySide. We tended
for PySide and agreed that we need a little bit more study / selection of
the modules to use. The question on stackoverflow [0] has quite an
overwhelming answer favoring Qt over wx.
> I made a super simple Assistant in python/pyside.
Your prototype is already much further than what was achieved in the
whole GSoC 2007 project that was meant to take Hugin from wxWidgets to Qt
while keeping the GUI coded in C++.
I am impressed. And I am tempted to tinker, but I can't. When restaging
my notebook and my desktop I deliberately did not restore a Hugin
development environment. Maybe over the Xmas/NewYear, depending how
things go, but for now I am bowing out.
Fare well, Hugin. ehem... pyHugin.
Yuv
[0] http://stackoverflow.com/questions/7058947/can-you-recommend-a-good-
cross-platform-application-development-framework
I haven't tested it yet, but seems like a bad timing:
http://lists.pyside.org/pipermail/pyside/2011-August/002816.html
Let's hope pySide development will continue.
Lukas
If it does not, it is still enough compatible with PyQt to fall back on it.
If you really want to worry: Qt belongs to Nokia and Nokia's erratic moves do
not inspire stability nor confidence.
Nokia is the company that acquired Psion/Symbian in 2008, set it Free in 2009,
took it back again in 2010 and announced end of life for 2016.
During the same time Nokia developed Maemo, a proprietary platform / extension
on top of Debian/Linux. Merged 2010 into MeeGo, a "strategic alliance" with
Intel that did not even last a full year / product cycle. Ditched for another
"strategic alliance", this time with Microsoft.
What's next? And how will it affect Qt, that Nokia owns? I am not worried.
There are enough examples out there of Free software that survived their
corporate masters gone bezerks.
Yuv