Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!xlned.com!feeder3.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'c++,': 0.07; 'python': 0.09; 'bindings': 0.09; 'received:mail-vb0-f46.google.com': 0.09; 'url:github': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ideally,': 0.16; 'qt,': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'received:209.85.212.46': 0.18; 'fairly': 0.21; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; 'probably': 0.29; "i'm": 0.29; 'maybe': 0.29; 'knows': 0.30; 'fri,': 0.30; 'subject: ?': 0.30; 'code': 0.31; 'you?': 0.32; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'knowledge': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'relatively': 0.62; '2013': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=D5ghtr9vTq0s0ICNpYZd9xlzHDOspN/lStnjlJ6/E40=; b=K1SDAS0cD3o9SAgkJ5b1PCf5pj6IjUd1EHZT7W44GBqwBgE7DYjusbj848BD4GFVVk na/Ku9eWKspCaYUOxVqIBGBNu/Re3nLyQabSK/O9bRg+gkKr/j1nbmxq/LTmRevclB5P 11Abtd4O1cTwfqzM7jw3BM3gi0m8zPScdxOe5ZQwhlS5i9MaPYOu0akgtk0jaBG4bBPT nGON0iqvMuAACl3voAaZMzMA6fO5otMLTlFKYdAkRPMADlk6DfunsjRFkMbdGS0vVgpt h6DWgeXBdkX8VP2fD5TAIXjt27B/c5fRNV2UHygCK+UuYbgpyKO3y4jjX4EhrPs++k4r PABg== MIME-Version: 1.0 X-Received: by 10.52.178.225 with SMTP id db1mr1988446vdc.10.1359039945223; Thu, 24 Jan 2013 07:05:45 -0800 (PST) In-Reply-To: References: Date: Fri, 25 Jan 2013 02:05:45 +1100 Subject: Re: anyone can make a Python bindings of VLC-Qt ? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1359039947 news.xs4all.nl 6853 [2001:888:2000:d::a6]:55150 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:37595 On Fri, Jan 25, 2013 at 1:25 AM, iMath wrote: > > anyone can make a Python bindings of VLC-Qt ? > https://github.com/ntadej/vlc-qt > accurately, can anyone make a PyQt bindings of VLC-Qt ? Yes, someone can. Ideally, someone who knows C++, Python, VLC, and Qt, and has the time to port the code you just linked to. It'll probably be a fairly big job, but relatively straight-forward for someone who knows. That someone isn't me, though (I don't know Qt, and I'm not familiar with VLC's internals - my knowledge of VLC is just as a user); maybe it's you? ChrisA