Hi all! I've upgraded my system to Kubuntu 11.4. When compiling hugin, apart from a few minor glitches I noticed that the Python version detection in CMakeLists.txt in the python_scripting branch's hugin_script_interface directory wasn't working anymore. I figured out that this was because the version detection was looking at the version string, which read '2.7.1+' and choked on the plus sign. I changed the detection to use the numeric defines for the three parts of the Python version. I hope the version detection works like this on Windows as well. Thanks to Kornel for helping me on the way; the finer points of the change to the version detection code can be seen in
http://groups.google.com/group/hugin-ptx/browse_thread/thread/6306769b11f1b8ee# While at it, I also merged the default branch into python_scripting, to get python_scripting up to bleeding edge. This was painless and needed only one trivial manual intervention. So doing the reverse merge should be just as unproblematic. The relevant patch (in this case, a bundle) is, as ever, in my bazaar repo: http://bazaar.launchpad.net/~kfj/+junk/script/view/head:/main/bundle5210 I made this bundle by issuing this command: hg bundle -r 5210 --base 5080 --base 5209 bundle5210 If it's put into the repo at SF, kindly post a quick line here. I haven't done much testing, but since the changes were minuscule, I'm quite confident all is well. Just a little reminder: there are two big unresolved issues in the python_scripting branch - Mac support is still missing - parameter passing to Python plugins and/or use of GUI elements by plugins is unresolved 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
