On Sat, Oct 3, 2009 at 8:55 AM, Tyler Laing <trinioler@xxxxxxxxx 
<mailto:trinioler@xxxxxxxxx>> wrote:
    Nevermind, now I am.
    On Sat, Oct 3, 2009 at 8:54 AM, Tyler Laing <trinioler@xxxxxxxxx
    <mailto:trinioler@xxxxxxxxx>> wrote:
        Hmm, not seeing the same issue here Lenard, sorry. What kind
        of movie file are you using? (Sorry been busy with midterms
        and assignments. I have a free weekend now, aside from errands.)
        On Tue, Sep 1, 2009 at 11:25 AM, Lenard Lindstrom
        <len-l@xxxxxxxxx <mailto:len-l@xxxxxxxxx>> wrote:
            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?
                -