[issue17524] Problem to run a method

2013-03-22 Thread Ali Massah Kiani
New submission from Ali Massah Kiani: when i run attached code python.exe exit with code: terminated,exitvalue:1 when i trace this code problem was the this method : mat = cv.GetMat(AviFile) and problem is, not error or exeption rises this problem is for python or opencv? thanks. --

[issue17524] Problem to run a method

2013-03-22 Thread Brett Cannon
Brett Cannon added the comment: It's probably opencv as Python never exits blindly like that without raising an exception or flat-out crashing. -- nosy: +brett.cannon resolution: - invalid status: open - closed ___ Python tracker