So this is my system and hugin: Betriebssystem: Linux 3.19.2-031902-generic x86_64 Architektur: 64 bit Free memory: 81608115196 kiB
Hugin Version: Pre-Release 2015.1.0.6ee10a0fd1cb Ressourcen-Pfad: /usr/local/share/hugin/xrc/ Datenpfad: /usr/local/share/hugin/data/ Hugins camera and lens database: /home/kfj/.hugindata/camlens.db Multi-threading using C++11 std::thread and OpenMP Bibliotheken wxWidgets: 2.8.12.1 libpano13: 2.9.19 Boost: 1.54.0 Exiv2: 0.23 SQLite3: 3.8.2 Vigra: 1.10.0 To get the first set of error messages I run hugin from the console. If you do so, you can see the error messages as they happen. If you open any PTO and try and run nay plugin on it (the actions menu should be present after having applied the patch or manually updated api max), you should see the errors above (HPI ERROR: can't find SWIG type...) The stuff with the >>> prompt is from using the python interface from a python command line. Start a python interpreter by entering 'python' on the command line and then enter the commands I quoted above. As you can see the import statement functions without error, so the python interface should be fine. The next command creates a hsi.Panorama object, just using the object's name on the python command line prints it out with some information. Here you see that the interface knows the Panorama type, but it associates it with the C++ type of HuginBase::Panorama *, and not with HuginBase::HuginBase::Panorama*, which it seems to obtain when the plugin is called and fails. I suspect something has gone wrong with the code to invoke the plugin, but so far this is only a guess. I'll try and make time to investigate, but maybe someone has bells ringing when they read this and know straight away what might be wrong. So much for now Kay -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Hugin. https://bugs.launchpad.net/bugs/1448816 Title: hugin-2015.0.0_beta1 has no 'Actions' menu Status in Hugin - Panorama Tools GUI: New Bug description: hugin-2015.0.0_beta1 builds here OK, but has no 'Actions' menu. I have built using rpmbuild on Fedora 21, using the same .spec file as for recent builds of the default branch and those builds provide the 'Actions' menu, although attempting to use WOA in a recent build of 2014.1.0 did return an error. To manage notifications about this bug go to: https://bugs.launchpad.net/hugin/+bug/1448816/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~hugin-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~hugin-devs More help : https://help.launchpad.net/ListHelp

