Search found 1 match

Go to advanced search

by krego
02 Feb 2010 09:41
Forum: Development around libVLC
Topic: Tests with PyQt + Python + Qt + vlc.py + vlc 1.0.5 on MacOS
Replies: 0
Views: 916

Tests with PyQt + Python + Qt + vlc.py + vlc 1.0.5 on MacOS

Hi all, i'm trying to play a video with libVLC using the Python binding (PyQt 4.7 + Qt4 + Python 2.6.4 + vlc 1.0.5) on MacOS Snow Leopard. I'm doing test in Python console: import vlc p=vlc.MediaPlayer('/tmp/foo.avi') p.play() It's seems to be working but the window player doesn't appear. If I do p....

Go to advanced search