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


Groups > comp.lang.python > #71815

Re: Basic help

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'tutorial': 0.03; 'pat': 0.05; 'referring': 0.07; 'subject:help': 0.08; 'clean.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'window.': 0.09; 'python': 0.11; 'editor,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'all.': 0.16; 'language': 0.16; 'wrote:': 0.18; 'written': 0.21; 'issue.': 0.22; 'header:User-Agent:1': 0.23; 'byte': 0.24; 'question': 0.24; 'compiled': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'scanned': 0.29; "doesn't": 0.30; 'code': 0.31; 'run': 0.32; 'url:python': 0.33; "i'd": 0.34; 'but': 0.35; 'believed': 0.36; 'done': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'step': 0.37; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'dangerous': 0.60; 'url:5': 0.61; 'new': 0.61; 'viruses': 0.61; 'kind': 0.63; 'charset:windows-1252': 0.65; 'here': 0.66; 'results': 0.69; 'day': 0.76; 'received:12': 0.81; '7:25': 0.84; 'start.': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Emile van Sebille <emile@fenx.com>
Subject Re: Basic help
Date Tue, 20 May 2014 09:51:15 -0700
References <000001cf7437$613cedc0$23b6c940$@icon.co.za>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host www.westernstatesglass.com
User-Agent Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
In-Reply-To <000001cf7437$613cedc0$23b6c940$@icon.co.za>
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.10161.1400604699.18130.python-list@python.org> (permalink)
Lines 51
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400604699 news.xs4all.nl 2881 [2001:888:2000:d::a6]:41436
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71815

Show key headers only | View raw


On 5/20/2014 7:25 AM, Pat Fourie wrote:
> Good Day all.
>
> I am new to Python.

Welcome --

> I need to maintain software written on Python 1.5.2.

I'd point you to the tutorial for a start.

See the docs at https://docs.python.org/release/1.5.2/

> I will upgrade after learning more.
>
> My question is :
>
> When compiling,

Python isn't a compiled language other than reduction to byte code which 
doesn't require a compile step but rather is done automatically at run 
time, so this is somewhat confusing.


> the results of the compile is displayed in the “active
> window”. How can I view this window.


Here you are likely referring to your editor, but that's not a python 
issue.

HTH,

Emile

>
> Many thanks for your assistance.
>
> Kind regards
>
> Pat
>
>
> --
> This message has been scanned for viruses and
> dangerous content by *Pinpoint Securemail*,
> and is believed to be clean.
>
>

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


Thread

Re: Basic help Emile van Sebille <emile@fenx.com> - 2014-05-20 09:51 -0700

csiph-web