Hi Tduell, I use the shell daily, but only for interactive usage.
I stopped scripting with the shell some years ago. I don't like the shell for scripting since: - The shell does not know the concept of exceptions or stacktraces. - The shell goes to the next line if something is wrong. I want the programm to stop, not to proceed. - The shell has major problems handling filenames which contain special characters. does this answer your question? Feel free to ask more details :-) Am Montag, 28. September 2015 02:21:22 UTC+2 schrieb Tduell: > > Hello thomas, > > On Sun, 27 Sep 2015 20:42:35 +1000, Thomas Güttler > <[email protected] <javascript:>> wrote: > > > Hi, > > > > hugin_executor is not installed on my laptop. I use ubuntu 14.04. > > Sorry, I assumed you were running Hugin-2015.0.0. > To use the makefile stitching system ( pre hugin-2015.0.0) simply replace > > calls to hugin-executor with... > > pto2mk -o project.mk -p $Prefix project.pto > make -j 2 -f project.mk all > > > > > I uploaded my script here: > > > > https://github.com/guettli/panorama > > > > It takes a directory containing jpg-files and outputs a file called > > panorama.jpg. > > > > All in batch, not interactive. > > > > My understanding of python code isn't the best. > What are the advantages of your python script over using using Hugin's > command line tools in a shell script or a batch file? > > Cheers, > -- > Regards, > Terry Duell > -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/8391a389-a4ec-406c-ac69-4902b78424b1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
