Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101780
| Path | csiph.com!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Newsgroups | comp.lang.python |
| Subject | Re: wxpython strange behaviour |
| Date | Fri, 15 Jan 2016 20:51:30 +0000 |
| Lines | 28 |
| Message-ID | <mailman.32.1452891128.15297.python-list@python.org> (permalink) |
| References | <56470d3e-0a06-4ba1-8da7-b6966985b7f4@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de RHqFpnDg5WVEz/aG6VemqgZjihzaS4GEJk+icq2vw2ug== |
| 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.002 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'from:addr:yahoo.co.uk': 0.05; '*not*': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'url:github': 0.09; 'work"': 0.09; 'doesnt': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'screen,': 0.16; 'wrote:': 0.16; 'runs': 0.18; 'language': 0.19; 'windows': 0.20; 'issue.': 0.20; 'lawrence': 0.22; 'wrote': 0.23; 'errors': 0.23; 'second': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'command': 0.26; 'header:X -Complaints-To:1': 0.26; 'error': 0.27; 'least': 0.27; 'fine': 0.28; 'didnt': 0.29; 'issues.': 0.29; "i'm": 0.30; 'work.': 0.30; 'code': 0.30; "can't": 0.32; 'screen': 0.32; 'language.': 0.32; 'run': 0.33; 'problem': 0.33; 'environment,': 0.33; 'stream': 0.33; 'next': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'display': 0.37; 'received:org': 0.37; 'things': 0.38; 'data': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'still': 0.40; 'some': 0.40; 'charset:windows-1252': 0.62; 'more': 0.63; 'our': 0.64; 'here': 0.66; 'prompt': 0.79; 'disappear': 0.84; 'pythonistas,': 0.84; 'amongst': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | client1.abs-limited.com |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 |
| In-Reply-To | <56470d3e-0a06-4ba1-8da7-b6966985b7f4@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:101780 |
Show key headers only | View raw
On 15/01/2016 17:05, Shiva Upreti wrote: > https://gist.github.com/anonymous/4baa67aafd04555eb4e6 > > I wrote the above code to display a toasterbox, and I didnt want it to display any frames on the screen, just a toasterbox. The problem with this code is that it runs fine when I run it the first time, but when I run it next time it shows some error and the toasterbox doesnt disappear from the screen itself(it should though). > Error message I got: > https://gist.github.com/anonymous/f0d4ec685d2432c80a1 I'm sorry that I can't help directly but you're more likely to get answers here gmane.comp.python.wxpython. > > There is one more issue. I am using canopy as my environment, and when i run it using canopy it works fine at least for the first time but when I run it using command prompt in windows 10, nothing happens, I get no errors and still it does not work. > Two problems, one is that Canopy is *NOT* main stream Python, it is part of the Enthought distibution, second is that "still it does not work" amongst other things is about as much use as a wet fart in a thunderstorm. Please give us data that we can work with. > Please help me solve these issues. > -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 09:05 -0800
Re: wxpython strange behaviour Ian Kelly <ian.g.kelly@gmail.com> - 2016-01-15 10:24 -0700
Re: wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 16:52 -0800
Re: wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 16:56 -0800
Re: wxpython strange behaviour Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-01-15 20:51 +0000
Re: wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 16:58 -0800
Re: wxpython strange behaviour Michael Torrie <torriem@gmail.com> - 2016-01-15 23:47 -0700
Re: wxpython strange behaviour Dietmar Schwertberger <maillist@schwertberger.de> - 2016-01-15 22:22 +0100
Re: wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 16:59 -0800
Re: wxpython strange behaviour Shiva Upreti <katewinslet626@gmail.com> - 2016-01-15 16:49 -0800
csiph-web