Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #37613
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <d@davea.name> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'binary': 0.05; 'definitions': 0.07; 'executable': 0.07; 'scripts': 0.09; 'python': 0.09; 'app,': 0.09; 'windows,': 0.09; 'gui': 0.11; 'file,': 0.15; '(windows': 0.16; 'modules,': 0.16; 'wrote:': 0.17; 'specify': 0.17; 'windows': 0.19; 'app': 0.19; 'driven': 0.22; 'os,': 0.22; 'apps': 0.23; 'script': 0.24; 'least': 0.25; 'header :In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'separate': 0.27; 'topic': 0.27; 'run': 0.28; 'app.': 0.29; 'thinks': 0.29; 'class': 0.29; 'belong': 0.33; 'extract': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; 'pm,': 0.35; 'there': 0.35; 'but': 0.36; 'modules': 0.36; 'possible': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'application': 0.40; 'received:192.168': 0.40; 'real': 0.61; 'email addr:gmail.com': 0.63; 'received:74.208': 0.71; 'study,': 0.84; 'window,': 0.84; 'mean.': 0.91; 'spell': 0.91; 'processes,': 0.93 |
| Date | Thu, 24 Jan 2013 12:25:18 -0500 |
| From | Dave Angel <d@davea.name> |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: monolithic apps |
| References | <3ba34039-76e9-40f6-bc38-473f800cb543@googlegroups.com> |
| In-Reply-To | <3ba34039-76e9-40f6-bc38-473f800cb543@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Provags-ID | V02:K0:XmM506JlV9WiQfr20ZOUz1Q+UXIjW56EuAvxLcxzlI0 rg7zUGjohA9jm/livE+mYNbZaFIP74xIfzxGueIenlo4ZMdzp7 0jeFYSWZDnVqyvIDaTa/Lm7tJIXM5sbAUSdOIce8Ga9BSCCWv6 pf67nDULq/kdxSSYGNdHWb6pBlaxLB7Qy3+qg3tvWoNQGOOcWa uTQcD7KCzVVjjAHm4lY67c+haXUjE4xtHT+eQndqkx+toAIbVO sQO5Ogj6dA1TOze/ZUyL+0fSjxwkcvPwSI2LjGSCQM4Xj/rRYf VI1EFWitMMBpwYcm8APBV5DzZ6n1jbNQTTABKCroFDGCe31YA= = |
| 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.1004.1359048339.2939.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1359048339 news.xs4all.nl 6927 [2001:888:2000:d::a6]:58690 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:37613 |
Show key headers only | View raw
On 01/24/2013 12:06 PM, tamnt54@gmail.com wrote: > Any suggestions for study?..: > Is is possible to take a large executable with GUI and real time data and images, to extract modules, and it can run as if it looks like a monolithic application (windows over main windows, or images over other images) but is various python script driven modules calling each other as separate apps? > I can see at least 4 things you might mean. Perhaps you'd better spell it out. 1) glom all the scripts & binary modules into one big file, so the user thinks it's one huge app 2) Manipulate multiple gui apps while having the same UI as though there was just one main window, and other windows all belong to it. Multiple GUI processes, but some central control to change the user experience into resembling a single GUI app. 3) Have one gui app "main" that other apps can somehow call to manipulate the windows of "main." Multiple processes, only one of them with a GUI. 4) From a GUI app, use other apps as loadable modules, and reuse their class definitions and functions by calling them from the GUI app. One process. You say this a topic for study, but there's a lot of other things you may need to specify before you get to implementing. What OS, what version of Python, what GUI, are these apps modifiable, or are you just allowed to write glue, ... -- DaveA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
monolithic apps tamnt54@gmail.com - 2013-01-24 09:06 -0800
Re: monolithic apps Dave Angel <d@davea.name> - 2013-01-24 12:25 -0500
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:00 -0800
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:05 -0800
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:06 -0800
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:06 -0800
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:05 -0800
Re: monolithic apps tamnt54@gmail.com - 2013-01-25 06:00 -0800
Re: monolithic apps Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-01-24 18:25 +0100
csiph-web