I have written a Python script that uses wxPython (vers. 3.0.0.0)
with Python (vers. 2.7.5) to test the playing and control of video
(AVI) files. The wxPython GUI is very simple with a panel for the
display of the AVI video and 8 buttons (Load File, Play ,
Pause, Sto**p, To Last, To Start ,
Fwd SS, Bak SS). The Fwd SS and Bak SS ,
move forward by a single step (frame), and backward by a single
step, respectively. The To Last and To Start display
the last frame, and first frame, respectively. These buttons all
work as expected on my Windows Vista 32-bit platform (desktop).
I have installed the same versions of Python and wxPython on a
Windows 7 (64-bit) platform (laptop) and I have a large collection
of Python scripts that I have on both the desktop and laptop. All of
these Python scripts give identical results on both desktop and
laptop, EXCEPT this recent script for the playing and control of an
AVI video. That is, the Load File and Play buttons
work ok; but, the other buttons do not work as they should (e.g. the
Fwd SS and Bak SS button have no effect on the
display).
I am using wxPython.media in this script and from the extensive
testing that I have done my best guess for the source of the problem
is in wxPython.media. How can I get help on finding what the problem
is? Who can I contact for more detailed information on
wxPython.media? The documentation that I have found on the web for
wxPython.media (so far), has not been very helpful IMHO. Note, the
Python script and a video (AVI) file are available from me
() on request.
–V
···
vs@it.uu.se