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


Groups > comp.lang.python > #39440

PyQT app accessible over network?

From Monte Milanuk <memilanuk@gmail.com>
Subject PyQT app accessible over network?
Date 2013-02-21 08:22 -0800
Newsgroups comp.lang.python
Message-ID <mailman.2180.1361463791.2939.python-list@python.org> (permalink)

Show all headers | View raw


Hello all,

New guy here, with a kind of general question.  Hopefully its not too 
silly...

I've been working at learning python off and on now for a while, with a 
couple programs in mind as a goal - kind of specialized stuff that I 
can't seem to find a good match for already available, competitor 
records, score-keeping & results for an amateur sports tournament.  Many 
places use some cobbled-together Excel spreadsheet, which has its 
limitations.  Others use an antiquated DOS-style application written in 
PowerBasic that has issues of its own.

Probably 98-99% of the time the match administration would be done by a 
single individual on a single PC, which seems like it would be nearly 
ideal for a desktop application implemented in PyQt4 or similar.  The 
problem is (as usual) those edge cases where there are enough 
volunteers/resources to have more than one person doing data entry 
(maybe 2-3 in practice, but lets say 10-12 for arguments sake to pad 
things a bit).

What I was wondering is what would be a good way of handling this with a 
PyQt app?  Build the desktop app first, and add some sort of 
functionality to enable a lightweight web server and framework for the 
additional data entry 'clients'?  Or would it be better to create 
dedicated PyQt client apps to connect to the PC/laptop running the 
'main' application?  Should I go a different direction entirely, with a 
complete self-hosted webapp built on a framework like web2py?

As you can probably tell, I have only a vaguely fuzzy idea of 'how' at 
this point... but I would like to be able to proceed with some 
confidence that as I get further down the road I'm not going to run into 
a dead-end and have to start over down a different path.

Thanks,

Monte

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


Thread

PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-21 08:22 -0800
  Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-22 16:45 +0100
    Re: PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-22 08:50 -0800
      Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-24 15:30 +0100
    Re: PyQT app accessible over network? Alec Taylor <alec.taylor6@gmail.com> - 2013-02-23 03:57 +1100
    Re: PyQT app accessible over network? Monte Milanuk <memilanuk@gmail.com> - 2013-02-22 13:49 -0800
    Re: PyQT app accessible over network? Michael Torrie <torriem@gmail.com> - 2013-02-22 16:37 -0700
      Re: PyQT app accessible over network? Wolfgang Keller <feliphil@gmx.net> - 2013-02-24 15:31 +0100
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-25 01:58 +1100
        Re: PyQT app accessible over network? Frank Millman <frank@chagford.com> - 2013-02-25 08:14 +0200
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-25 17:35 +1100
        Re: PyQT app accessible over network? Frank Millman <frank@chagford.com> - 2013-02-25 10:02 +0200
        Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-25 18:26 -0500
        Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-25 18:32 -0500
        Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-26 17:26 +1100
    Re: PyQT app accessible over network? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-22 19:20 -0500
    Re: PyQT app accessible over network? Chris Angelico <rosuav@gmail.com> - 2013-02-23 11:32 +1100
    Re: PyQT app accessible over network? Alec Taylor <alec.taylor6@gmail.com> - 2013-02-24 20:00 +1100

csiph-web