Hi all! I've added install targets for Linux to CMakeLists.txt which work on my system and I hope they work on other Linux platforms too.
Thomas, I noticed that you had provided slightly modified xxxx3.py files which were meant for python 3.X. The only difference I saw was that these files used print as a function. There is a mechanism to use print as a function in pre-3.X code, you do this by using a 'future import'. So I have dropped the versions which used print statements in favour of your use of print functions and modified hpi.py to do the future import, right at the beginning of the file. This is why the xxxx3.py files have gone - the code should be compatible for 2.X and 3.X now. I hope you don't mind - I should have done this from the beginning. The only situation where this would be problematic is with very old Python 2.X versions that don't recognize the future import, but they should be well obsolete. Finally I took the liberty to enter myself in authors.txt as author of the python interface, where I was listed as having provided bug fixes - which is true, but I felt this was more like it ;-) The patch - and I hope there are no untoward problems with it now like stray Windows line endings and repetitions of previous patches - is, as ever, at my bazaar repo, together with a slightly modified readme: http://bazaar.launchpad.net/~kfj/+junk/script/view/head:/main/patch4943.gz http://bazaar.launchpad.net/~kfj/+junk/script/view/head:/main/README.hsi 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
