Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.079 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'tkinter': 0.07; 'advice.': 0.09; 'gui': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'bit': 0.19; 'trying': 0.19; 'alex': 0.19; 'subject:need': 0.19; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; '(which': 0.31; 'code': 0.31; 'fine,': 0.31; 'python).': 0.31; 'subject:some': 0.31; 'received:google.com': 0.35; 'hi,': 0.36; 'list': 0.37; 'to:addr :python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'itself': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'back': 0.62; 'offer': 0.62; 'information': 0.63; 'more': 0.64; 'paper': 0.75; 'norton': 0.84; 'have.': 0.93; '2013': 0.98 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=kGK7h5mc9PlwiBcIarrHP9Ji0Ybt+PdEO65jVd+aGkA=; b=z44f4q+SxkG6ktLC8F7ibjXsDQBf/fKvtRJE68lPrTNk1TBACNXfNv8UOS3Rwd/Y2D IRia19bcvq3cjeLI0SDxvdrX5/zBGzAOAjYmf+K4SF/2RVcrQOFrqES6lFwd3f4aPGxb Upy5CbyBVULVyl5Mv4rBYucRvsJgDtq/84dSaKJGYnyc/jtuRW61jDo17A6DXMf4eGQt SSZJBlpApjoKoevqCouMcWMnCHrP8RS3i4DE7+aB8XBNFqmW25pNZ4SqTHA7vycoPL2P ixfv6e/OSPxxWHRmkNc7oEBgxEy2J9wCfd7J3pYi39Fa9Rt3LN6U0OzD2GEm5sVdIH0J xGlw== MIME-Version: 1.0 X-Received: by 10.58.75.46 with SMTP id z14mr59588vev.52.1367360005002; Tue, 30 Apr 2013 15:13:25 -0700 (PDT) In-Reply-To: <1bdc367a-4187-440b-85a8-de69360bc71d@googlegroups.com> References: <1bdc367a-4187-440b-85a8-de69360bc71d@googlegroups.com> Date: Wed, 1 May 2013 08:13:24 +1000 Subject: Re: in need of some help... 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1367360008 news.xs4all.nl 15924 [2001:888:2000:d::a6]:50800 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44570 On Wed, May 1, 2013 at 8:06 AM, Alex Norton wrote: > > hi, > > i am currently trying to make a rock paper scissors game based on a game. > > the code for the game itself works fine, it does what i need it to do > > the issue i am having is that i haven't a clue how to combine the game code i have with the QT GUI code i have. Poke around with some QT examples, or play with Tkinter (which comes with Python). Get a "hello, world" going, then expand on it. If you get stuck, come back to the list with a bit more information and, preferably, code; at the moment, your request is so vague that all I can offer is highly general advice. ChrisA