Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38194
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.014 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'exception': 0.03; 'subject:Error': 0.07; 'python': 0.09; 'buttons': 0.09; 'code"': 0.09; '(the': 0.15; 'emit': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'saying': 0.18; 'windows': 0.19; 'feb': 0.19; 'python?': 0.20; 'sort': 0.21; 'all,': 0.21; 'trying': 0.21; 'error.': 0.21; 'meant': 0.21; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'crash': 0.29; 'error': 0.30; 'code': 0.31; 'getting': 0.33; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'mine': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'turn': 0.36; 'two': 0.37; 'why': 0.37; 'detail': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'help': 0.40; 'your': 0.60; 'remove': 0.61; 'telling': 0.61; 'voice': 0.62; 'more': 0.63; 'contact': 0.68; 'programme': 0.69; '2013': 0.84; 'black,': 0.84; 'ghostly': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=aql+5lPzZTqI6fnZM1dyQq6rcvyMRQ6nEL7Iwvq7tro=; b=L/LtI/pmA1dXromLdbL0GRZlDFbzsVK5yawarYTERZALaH9UmwwnALSsSSs1EXWQzA GXm41Hdjg9hLwVyh3UevNeBWMnpQOtdWDWdjmwsqLLkjXrfEmKhXtGT+kq9zpvmoCNV5 d24Wt6UqO9JM7ej073O9wCDe0Ypyz0phEnNsOo6WM6nA6n8o84m17P42WVv/h5dtZRo6 PhNNiRbwxi6cm9wSTwGRo+dHHftjaiVzSW/dXCTKASRJr0I+OBdsIQ+OC8kpbhV7/cci 4MJE+yFjn6/ajZ0rbEIrwfnkLq5NkW0Iz4LgtZuA0EZwwc3IIeRINhdHg2EbjTY/6qqm vyiA== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.22.194 with SMTP id g2mr24663616vdf.91.1360073420093; Tue, 05 Feb 2013 06:10:20 -0800 (PST) |
| In-Reply-To | <CAFqGZREPBiGbuXmusVjeiHA2RQ_ie7yQMeHpHsp4JsXxf5asmg@mail.gmail.com> |
| References | <CAFqGZREPBiGbuXmusVjeiHA2RQ_ie7yQMeHpHsp4JsXxf5asmg@mail.gmail.com> |
| Date | Wed, 6 Feb 2013 01:10:19 +1100 |
| Subject | Re: Run time Error |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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.1367.1360073423.2939.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1360073423 news.xs4all.nl 6939 [2001:888:2000:d::a6]:60512 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:38194 |
Show key headers only | View raw
On Wed, Feb 6, 2013 at 1:05 AM, inshu chauhan <insideshoes@gmail.com> wrote: > Hello all, > > I am trying to run a small code of mine but I am getting a run time error. > What is actually meant by run time error ? it is saying to contact programme > administrator something. Why one would get this error ? and how to remove it > ? It would help if you're more specific about what sort of error. Is it a Python exception traceback? Is it a Windows crash box (the one that has two buttons "Send" and "Don't send")? Did your computer turn silver, then black, then emit a ghostly voice telling you to contact Programme Administrator Something? Is your "small code" even in Python? Lots more detail please! ChrisA
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Run time Error Chris Angelico <rosuav@gmail.com> - 2013-02-06 01:10 +1100
csiph-web