Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37595
| 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 | <rosuav@gmail.com> |
| 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 | <f3f21965-7f44-4cc5-9827-68de4fdd30f2@googlegroups.com> |
| References | <f3f21965-7f44-4cc5-9827-68de4fdd30f2@googlegroups.com> |
| Date | Fri, 25 Jan 2013 02:05:45 +1100 |
| Subject | Re: anyone can make a Python bindings of VLC-Qt ? |
| From | Chris Angelico <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.988.1359039947.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Fri, Jan 25, 2013 at 1:25 AM, iMath <redstone-cold@163.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
anyone can make a Python bindings of VLC-Qt ? iMath <redstone-cold@163.com> - 2013-01-24 06:25 -0800 Re: anyone can make a Python bindings of VLC-Qt ? Chris Angelico <rosuav@gmail.com> - 2013-01-25 02:05 +1100
csiph-web