> just guessing... and what sort of crash do you get? just an exception
> in python or a proper crash of the hugin application?

I get a proper crash of hugin.
I'm using an own script to test, because the print in the demo goes to
nowhere on windows. The scripts contains the following lines:

def entry ( pano ) :
        img=pano.getImage(0)
        img.setYaw(90)
        pano.setImage(0,img)

This works only in Python, but not in Hugin -> crash.

When replacing pano.setImage with pano.setSrcImage it works in Hugin.
Maybe some problem with std::size_t?

Also tried your snippet:
def entry ( pano ) :
        img=hsi.SrcPanoImage("c:/path/bild.jpg")
        pano.setImage(0,img)

Runs fine in Python but crashs in hugin.

Thomas

-- 
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

Reply via email to