[Hugin-devs] [Bug 800153] [NEW] problem with python??.dll

2011-06-21 Thread charoon
Public bug reported: Hugin 2011.2B1_64 on W7x64 without Python - python27.dll is missing so I move to different PC with python Hugin 2011.2B1_32 on XPpro with python27 -python26.dll is missing 1. What python should be installed? 2. Would it be possible to use the same method as the gimp (own

[Hugin-devs] [Bug 800153] Re: problem with python??.dll

2011-06-21 Thread Yuv
Thank you for filing a bug report. A workaround has been described at http://groups.google.com/group/hugin- ptx/browse_thread/thread/a5a7fad9316d03a1 Yes, the Windows installer should bundle and deliver the appropriate Python. ** Changed in: hugin Status: New = Confirmed ** Changed in:

[Hugin-devs] [Bug 697039] Re: OSX 10.5 Leopard can't stitch

2011-06-21 Thread Yuv
I have seen a 2011.0.1 release for Mac OS X. I have not followed the details of the discussion. Does it fix the bug? Can we close the ticket? Or does the bug still affect 2011.2 beta ? -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to

[Hugin-devs] [Bug 736726] Re: Hugin 2010.4 freezes a lot

2011-06-21 Thread Yuv
So it is not a driver issue. And yet there is not enough information in this ticket to narrow the issue down. Have you built 2010.4 yourself? or did you get binaries? from where? have you tried upgrading to 2011.0.0? or to the most recent 2011.2.0_beta1 ? ** Changed in: hugin Status:

[Hugin-devs] [Bug 792896] Re: Hugin Hangs when Fast Preview Used

2011-06-21 Thread Yuv
non-reproducible bugs are difficult to narrow down, but you describe a pretty good process to trigger it in about 20% of cases (3/15). can you try the latest 2011.2 beta from https://sourceforge.net/projects/hugin/files/hugin/hugin-2011.2_beta/ and post your comments here? please set the

[Hugin-devs] [Bug 798952] Re: vigra_impex bug creates 'arithmetic coded' JPEG output

2011-06-21 Thread Yuv
I just noticed that you don't have write access to enblend's repo. fixed it. you now have admin privileges on the enblend project as well. ** Changed in: enblend Status: New = Confirmed -- You received this bug notification because you are a member of Hugin Developers, which is

[Hugin-devs] [Bug 685900] Re: Enblend 4.0 + OpenMP + Fedora 13 64bit = crash

2011-06-21 Thread Yuv
** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/685900 Title: Enblend 4.0 + OpenMP + Fedora 13 64bit = crash Status in Enblend:

[Hugin-devs] [Bug 685893] Re: arbitrary stop errors because of excessive overlap

2011-06-21 Thread Yuv
it is not possible to just make a warning. when this error happens it is because the algorithm can't solve the problem. that said, there could be a better way than frustrating the user with an error message and no result after hours of crunching. to my understanding, enblend adds one image at

[Hugin-devs] [Bug 792887] Re: Error During Stitching - Failed to detect any seam

2011-06-21 Thread Yuv
have you tried the above link? any results? ** Changed in: enblend Status: New = Incomplete -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/792887 Title: Error During Stitching -

[Hugin-devs] [Bug 695009] Re: segfault in enblend/vigra

2011-06-21 Thread Yuv
what happens if you try to blend only the first two images from your project? -- You received this bug notification because you are a member of Hugin Developers, which is subscribed to Enblend. https://bugs.launchpad.net/bugs/695009 Title: segfault in enblend/vigra Status in Enblend: New

[Hugin-devs] [Bug 736726] Re: Hugin 2010.4 freezes a lot

2011-06-21 Thread olivierk
I was using the build from opensuse. I'm going to try 2011.0.0. I recently discover that if I launch hugin from Hugin Batch Sticher (double click on a listed project), it often freezes as I described. But if I launch Hugin directly, it does not happened. -- You received this bug notification

[Hugin-devs] [Bug 697039] Re: OSX 10.5 Leopard can't stitch

2011-06-21 Thread TORO
Hi Yuv, today I tested the 2011.1.0.5322 from http://panorama.dyndns.org/index.php?lang=NLsubject=Hugintexttag=Hugin It results in an error in case you try to hit the stitch button or to hit button #3 in the assistant tab: Process: open [792] Path:

[Hugin-devs] [Bug 799905] Re: Variables not passed to Python interface

2011-06-21 Thread KFJ
I managed to get the code to work properly by doing this: In .../src/hugin_script_interface/hpi_classes.cpp (line 130) is the call to SWIG_Python_TypeQuery. Take away the SWIGRUNTIME before the statement, so that it reads: swig_type_info* swigtype = SWIG_Python_TypeQuery ( hsi_type ); I