Help! Can't get program to run.

2009-05-01 Thread seanm . py
I think this is maybe the most basic problem possible, but I can't get even the most basic Python to run on OS X using Terminal or IDLE. I used the IDLE editor to create a file with one line of code print 'text string' and I saved the file as module1.py. When using terminal I entered "python" to

Re: Help! Can't get program to run.

2009-05-01 Thread Ned Deily
In article <7618rjf1a3t8...@mid.uni-berlin.de>, "Diez B. Roggisch" wrote: > seanm...@gmail.com schrieb: > > I think this is maybe the most basic problem possible, but I can't get > > even the most basic Python to run on OS X using Terminal or IDLE. I > > used the IDLE editor to create a file with

Re: Help! Can't get program to run.

2009-05-01 Thread Diez B. Roggisch
seanm...@gmail.com schrieb: I think this is maybe the most basic problem possible, but I can't get even the most basic Python to run on OS X using Terminal or IDLE. I used the IDLE editor to create a file with one line of code print 'text string' and I saved the file as module1.py. When using t

Re: Help! Can't get program to run.

2009-05-02 Thread seanm . py
On May 1, 6:10 pm, Ned Deily wrote: > In article <7618rjf1a3t8...@mid.uni-berlin.de>, >  "Diez B. Roggisch" wrote: > > > > > seanm...@gmail.com schrieb: > > > I think this is maybe the most basic problem possible, but I can't get > > > even the most basic Python to run on OS X using Terminal or I

Re: Help! Can't get program to run.

2009-05-02 Thread Arnaud Delobelle
seanm...@gmail.com writes: > sean-marimpietris-computer:~ seanmarimpietri$ python > Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type "help", "copyright", "credits" or "license" for more information. python module1.py > File ""

Re: Help! Can't get program to run.

2009-05-02 Thread seanm . py
On May 2, 4:30 pm, Arnaud Delobelle wrote: > seanm...@gmail.com writes: > > sean-marimpietris-computer:~ seanmarimpietri$ python > > Python 2.6.2 (r262:71600, Apr 16 2009, 09:17:39) > > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > > Type "help", "copyright", "credits" or "license" for

Re: Help! Can't get program to run.

2009-05-02 Thread Rhodri James
On Sat, 02 May 2009 21:42:03 +0100, wrote: Awesome. Thank you, Arnaud. I moved the file to that folder, and I got it to work in Terminal. However, I still can't get it to run using IDLE. Any idea why that might be? Thanks again. -Sean To repeat what you were told earlier, IDLE is an interacti

Re: Help! Can't get program to run.

2009-05-02 Thread Ned Deily
In article <8f6634a2-c977-430a-b9f2-90ef9356d...@x6g2000vbg.googlegroups.com>, seanm...@gmail.com wrote: > Thank you for both for the help. I still cannot get the program to run > though. Below I've copied my commands and the error messages for you > (in IDLE then Terminal): > > IDLE 2.6.2 > >>>

Re: Help! Can't get program to run.

2009-05-02 Thread seanm . py
On May 2, 5:30 pm, Ned Deily wrote: > In article > <8f6634a2-c977-430a-b9f2-90ef9356d...@x6g2000vbg.googlegroups.com>, > >  seanm...@gmail.com wrote: > > Thank you for both for the help. I still cannot get the program to run > > though. Below I've copied my commands and the error messages for you