Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44570

Re: in need of some help...

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 <rosuav@gmail.com>
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 <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.1201.1367360008.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, May 1, 2013 at 8:06 AM, Alex Norton <ayjayn1101@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-04-30 15:06 -0700
  Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-01 08:13 +1000
    Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-04-30 15:30 -0700
      Re: in need of some help... Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-30 17:02 -0600
        Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-04-30 16:20 -0700
          Re: in need of some help... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-01 00:01 -0400
          Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-01 14:37 +1000
            Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-05-01 03:27 -0700
          Re: in need of some help... jt@toerring.de (Jens Thoms Toerring) - 2013-05-01 12:15 +0000
            Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-05-01 16:24 -0700
            Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-05-10 01:23 -0700
              Re: in need of some help... jt@toerring.de (Jens Thoms Toerring) - 2013-05-11 22:20 +0000
                Re: in need of some help... Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-05-12 17:59 +0200
                Re: in need of some help... jt@toerring.de (Jens Thoms Toerring) - 2013-05-12 21:56 +0000
                Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-13 08:18 +1000
                Re: in need of some help... jt@toerring.de (Jens Thoms Toerring) - 2013-05-12 22:58 +0000
                Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-13 09:08 +1000
                Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-13 10:51 +1000
                Re: in need of some help... Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-12 19:47 -0400
                Re: in need of some help... Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-05-13 20:10 +1200
                Re: in need of some help... Chris Angelico <rosuav@gmail.com> - 2013-05-13 02:08 +1000
                Re: in need of some help... Alex Norton <ayjayn1101@gmail.com> - 2013-05-12 12:34 -0700

csiph-web