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.

From Dieter Maurer <dieter@handshake.de>
Subject Re: How to implement a combo Web and Desktop app in python.
Date 2012-09-15 08:49 +0200
References <a1a360cf-719f-4562-addc-238949ccb098@googlegroups.com> <fb759085-0c4a-439b-a398-e4b44c49a021@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.737.1347691795.27098.python-list@python.org> (permalink)

Show all headers | 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