Im looking to upgrade my Mac to 10.8 and I'm worried if Python and IDLE may not
run on it.
When I try to run this command in Terminal: python -m idlelib.idle
I can not launch IDLE which comes bundled on Mac. On Lion it's been fine but
I've tried it on my friend's copy of Mountain Lion and it wil
On Friday, June 29, 2012 4:21:56 PM UTC+1, MRAB wrote:
> On 29/06/2012 16:13, David Thomas wrote:
> > On Thursday, June 28, 2012 6:30:42 PM UTC+1, Sergi Pasoev wrote:
> >> You just have to consider that indentation matters in Python, so you
> >> have to type the code i
On Thursday, June 28, 2012 6:30:42 PM UTC+1, Sergi Pasoev wrote:
> You just have to consider that indentation matters in Python, so you
> have to type the code in Python interpreter as you have written it
> below, that is, press Tab before each line when you are inside the
> 'while (or any other li
Thank you very much I didn't realise that the indentation was important. The
IDE indents automatically whilst terminal doesn't.
Thanks for pointing it out.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have the following error regarding a loop tutorial found on
http://www.sthurlow.com/python/lesson04/
>>> a=0
>>> while a<10:
... a=a+1
File "", line 2
a=a+1
^
IndentationError: expected an indented block
When I run Python IDE it seems to work fine. The following code is:
a=0
w
Thanks everyone for the feedback really appreciate it especially the above post
cheers
--
http://mail.python.org/mailman/listinfo/python-list
Hi I know that this is a group about Python. But I am just wondering if
anybody can recommend any introductory/good books on Conputer Science.
Kind regards
--
http://mail.python.org/mailman/listinfo/python-list
Thank you ever so much raw_input works fine. Do you think I should stick with
Python 2 before I go to 3?
I have a text book which is using 3 but I've been using an online tutorial
which has been helping me lots, which uses version 2.
I found by just typing python then having a space and dragging
On Tuesday, June 26, 2012 10:48:22 PM UTC+1, Hans Mulder wrote:
> On 26/06/12 22:41:59, Dave Angel wrote:
> > On 06/26/2012 03:16 PM, Hans Mulder wrote:
> >>
> >>
> >> Python is an executable, and is
> >> typically located in a "bin" directory. To find out where
> >> it is, type
> >>
> >> ty
On Monday, June 25, 2012 7:19:54 PM UTC+1, David Thomas wrote:
> Hello,
> This is my first post so go easy on me. I am just beginning to program using
> Python on Mac. When I try to execute a file using Python Launcher my code
> seems to cause an error in terminal, when I execu
On Tuesday, June 26, 2012 6:37:42 PM UTC+1, Dave Angel wrote:
> On 06/26/2012 01:19 PM, David Thomas wrote:
> > I have installed Python 2.7.3 from Python.org also in Terminal it states
> > that I have 2.7.3.
> > How can I execute the script from Terminal? I've tried t
w how I can open such a file using 10.7.
Thanks
http://www.freeimagehosting.net/ilbqt
http://www.freeimagehosting.net/r5ars
On Monday, June 25, 2012 8:49:07 PM UTC+1, Benjamin Kaplan wrote:
> On Mon, Jun 25, 2012 at 11:19 AM, David Thomas wrote:
> > Hello,
> > This is my first post
Hello,
This is my first post so go easy on me. I am just beginning to program using
Python on Mac. When I try to execute a file using Python Launcher my code
seems to cause an error in terminal, when I execute the exact same piece of
code and run it in windows it seems to execute as exactly in
13 matches
Mail list logo