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


Groups > comp.lang.python > #16125

Re: Python 2.7.2 on XP

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.04; 'subject:Python': 0.05; 'python': 0.08; 'from:addr:python': 0.09; 'idle,': 0.09; '.py': 0.16; 'defs': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'reply-to:addr :python-list': 0.16; 'sticking': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.22; 'frustrated': 0.23; 'work.': 0.28; 'installed': 0.31; 'changes': 0.32; 'scientific': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.34; 'it.': 0.34; 'someone': 0.34; 'received:84': 0.34; 'things': 0.34; 'reply-to:addr:python.org': 0.34; 'yesterday': 0.34; 'something': 0.35; '(for': 0.35; 'install': 0.35; 'file': 0.36; 'problem.': 0.36; 'another': 0.37; 'think': 0.37; 'could': 0.37; 'using': 0.38; 'why': 0.39; 'help': 0.39; 'to:addr:python.org': 0.40; 'packages': 0.40; 'your': 0.61; 'easily.': 0.67; 'wish': 0.70; 'header:Reply-To:1': 0.71; 'reply- to:no real name:2**0': 0.72; 'saving': 0.76; 'pain': 0.84
X-CM-Score 0.00
X-CNFS-Analysis v=2.0 cv=IcoFqBWa c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=9jsOeB20M3cA:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=LSC4eQq_C-qWiQ6x9NoA:9 a=0AD0U50wd9sGBxebRYkA:7 a=wPNLvfGTeEIA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117
X-AUTH mrabarnett:2500
Date Wed, 23 Nov 2011 19:00:39 +0000
From MRAB <python@mrabarnett.plus.com>
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Python 2.7.2 on XP
References <ja66rt$jag$1@dont-email.me> <vg3d3cjdwml.fsf@sci.fi> <6FA6EB75E3CA4744ADF9EF97D8DAC18B019678B5@mail.sunedison.com>
In-Reply-To <6FA6EB75E3CA4744ADF9EF97D8DAC18B019678B5@mail.sunedison.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
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.2983.1322074855.27778.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1322074855 news.xs4all.nl 6983 [2001:888:2000:d::a6]:48384
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:16125

Show key headers only | View raw


On 23/11/2011 15:40, Alemu Tadesse wrote:
> I am new to python. I do not know why my python editor (for 2.7.2)
> changes everything to just black and white after saving.

If you're using IDLE, are you saving the file without the .py
extension? That could be the problem.

> No color for say the built in functions for loops defs .... they all
> look the same - it is annoying for someone coming from another
> editors that help you track/easily see your work. I just un installed
> it to install it again. I know it is pain to install all the
> scientific things again. I wish Python has something like R
> (R-studio) from which you can install packages very easily. I just
> started yesterday and already frustrated with it. I am sticking to
> python only because I hear good things about it and I think it is my
> problem.
>

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


Thread

Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 10:06 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 10:10 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Tony the Tiger <tony@tiger.invalid> - 2011-11-18 15:25 -0600
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-18 23:44 +0000
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 16:31 -0800
      Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 16:50 -0800
        Re: Python 2.7.2 on Win7 and IDLE (Try it) MRAB <python@mrabarnett.plus.com> - 2011-11-19 01:22 +0000
          Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 21:03 -0800
            Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-18 21:28 -0800
            Re: Python 2.7.2 on Win7 and IDLE (Try it) Terry Reedy <tjreedy@udel.edu> - 2011-11-19 05:39 -0500
              Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 07:35 -0800
      Re: Python 2.7.2 on Win7 and IDLE (Try it) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-11-19 04:36 +0000
    Re: Python 2.7.2 on Win7 and IDLE (Try it) Terry Reedy <tjreedy@udel.edu> - 2011-11-19 05:34 -0500
      Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 07:39 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Alec Taylor <alec.taylor6@gmail.com> - 2011-11-20 00:51 +1100
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 08:14 -0800
    Re: Python 2.7.2 on Win7 and IDLE (Try it) "W. eWatson" <wolftracks@invalid.com> - 2011-11-19 08:18 -0800
  Re: Python 2.7.2 on Win7 and IDLE (Try it) Anssi Saari <as@sci.fi> - 2011-11-23 11:19 +0200
    Python 2.7.2 on XP "Alemu Tadesse" <atadesse@sunedison.com> - 2011-11-23 09:40 -0600
      Re: Python 2.7.2 on XP John Gordon <gordon@panix.com> - 2011-11-23 16:11 +0000
    Re: Python 2.7.2 on XP MRAB <python@mrabarnett.plus.com> - 2011-11-23 19:00 +0000
    RE: Python 2.7.2 on XP "Alemu Tadesse" <atadesse@sunedison.com> - 2011-11-23 13:02 -0600
      Re: Python 2.7.2 on XP John Gordon <gordon@panix.com> - 2011-11-23 19:11 +0000

csiph-web