[PyQt] Play the Video Widget

2012-08-30 Thread Python.py
I'm trying to play a video on a QWidget, I've been searching but can not. I'm using the lib mpylayer. Does anyone have any tips on how I should proceed? Without the QWidget I can play video, the problem is to run in QWidget. -- View this message in context: http://python.6.n6.nabble.com/Pla

Re: [PyQt] Find time audio

2012-08-30 Thread Python.py
After much research , can figure out the time of audios files. If someone is with dificudade I was vai some links that helped me. http://pypi.python.org/pypi/MplayerCtrl/ http://pypi.python.org/pypi/MplayerCtrl/ http://packages.python.org/MplayerCtrl/intro.html http://packages.python.org/Mplay

[PyQt] centralization of QWidget

2012-08-30 Thread Python.py
I'm trying to get my application when run, appear in the middle of the screen. Whenever it starts at the top right. Someone can tell me how can I do to always leave sentralizado? I'm using QWidget, tried to use in function /__init__/: /self.Center()/ but it is not working. -- View this messag

[PyQt] makefile/build problem with Windows and PyQt

2012-08-30 Thread Skippy VonDrake
Using Python2.7.3 x86 on Windows 7 to configure the build for Visual Studio's nmake. python configure.py nmake It looks like name doesn't like the target "QAxContainer.pyd" dependent upon the lib "QAxContainer.lib" Makefile from QAxContainer: TARGET = QAxContainer.pyd OFILES = sipQAxContaine