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
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
> >>>
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
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
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 ""
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
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
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
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