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


Groups > comp.lang.python > #29208

Re: How to implement a combo Web and Desktop app in python.

Path csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
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; 'things.': 0.05; 'subject:How': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '"user': 0.16; 'although,': 0.16; 'menus.': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'side.': 0.16; 'subject:python.': 0.16; 'windows': 0.19; 'python?': 0.20; 'aspect': 0.22; 'apps': 0.23; 'host': 0.24; 'header:User-Agent:1': 0.26; 'i.e.': 0.27; 'correct': 0.28; 'header:X-Complaints-To:1': 0.28; 'run': 0.28; 'writes:': 0.29; 'implement': 0.32; 'running': 0.32; 'could': 0.32; 'limitations': 0.33; 'to:addr:python-list': 0.33; 'knowledge': 0.33; 'server': 0.35; 'apply.': 0.35; 'there': 0.35; 'received:org': 0.36; 'really': 0.36; 'be.': 0.36; 'useful': 0.36; 'client': 0.36; 'too': 0.36; 'charset:us-ascii': 0.36; 'level': 0.37; 'being': 0.37; 'communicate': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'limited.': 0.64; 'received:217': 0.68; 'shawn': 0.84; 'contextual': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dieter Maurer <dieter@handshake.de>
Subject Re: How to implement a combo Web and Desktop app in python.
Date Sat, 15 Sep 2012 08:49:34 +0200
References <a1a360cf-719f-4562-addc-238949ccb098@googlegroups.com> <fb759085-0c4a-439b-a398-e4b44c49a021@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e08527.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:Rui9Z/snpzPAjmdBaSYe6NsQ/mc=
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.737.1347691795.27098.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1347691795 news.xs4all.nl 6894 [2001:888:2000:d::a6]:37785
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:29208

Show key headers only | View raw


Shawn McElroy <luckysmack@gmail.com> writes:
> ...
> Although you are correct in the aspect of having 'real' OS level integration. Being able to communicate with other apps as well as contextual menus. Although, could I not still implement those features from python, into the host system from python? There are also tools like 'kivi' which allow you to get system level access to do things. Though im not too sure on how far that extends, or how useful it would be.

In my szenario you have a standard browser as (thin) client and
Python only on the server side. In my szenario, the server could
run on the clients desktop -- however, it ran there as a "service",
i.e. not in "user space". My knowledge about Windows
is limited. I do not really know whether a Windows "service" can
fully interact with applications running in the "user space" and
what limitations may apply.

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


Thread

How to implement a combo Web and Desktop app in python. Shawn McElroy <luckysmack@gmail.com> - 2012-09-13 17:20 -0700
  Re: How to implement a combo Web and Desktop app in python. Dieter Maurer <dieter@handshake.de> - 2012-09-14 08:34 +0200
  Re: How to implement a combo Web and Desktop app in python. Shawn McElroy <luckysmack@gmail.com> - 2012-09-13 23:52 -0700
    Re: How to implement a combo Web and Desktop app in python. Dieter Maurer <dieter@handshake.de> - 2012-09-15 08:49 +0200

csiph-web