[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Re: Movie module being merged



Hi Tyler,

Debian lenny, Python 2.5,

I am getting a segfault in _movie_test.py, test_resize(), movie.resize(movie.width/2, movie.height/2).

The order of test method execution I get is test_height, test_init, test_play_pause, test_resize. I have modified _movie_test.py to execute as a stand-alone program so print statements work.

python test/_movie_test.py

Lenard

Tyler Laing wrote:
Okay I've commited a revision, with a new MovieInfo object, which allows the programmers to handle any kind of movie, if its loadable, and do some introspection before actually loading the movie, like screen-size etc.

I was wondering if anyone that has had errors or crashes can send me their logs please?

-