From spouse1@home.com  Sat Jan 10 03:14:25 1998
From: spouse1@home.com (ryan mcmenamin)
Date: Fri, 9 Jan 1998 22:14:25 -0500
Subject: [Tutor] I am new to python and programming!.. it is not running the module
Message-ID: <000c01bd1d75$dac40320$1def0618@union1.nj.home.com>

This is a multi-part message in MIME format.

------=_NextPart_000_0009_01BD1D4B.F1D59120
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I type in what my book tells me to for the code
print "Blah blah blah"
Any code but even that oine doesnt work.
I goto run the module, i save it first then when i run it it goes like =
this
Traceback (innermost last):
  File "C:\PROGRA~1\PYTHON\TOOLS\IDLE\ScriptBinding.py", line 131, in =
run_module_event
    execfile(filename, mod.__dict__)
  File "C:\Program Files\Python\hello.py", line 1
     Python 1.5.2 (#0, Apr 13 1999, 10:51:12) [MSC 32 bit (Intel)] on =
win32
              ^
 SyntaxError: invalid syntax


what should i do?
thanks

------=_NextPart_000_0009_01BD1D4B.F1D59120
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I type in what my book tells me to for =
the=20
code</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>print "Blah blah blah"</FONT></DIV>
<DIV><EM><FONT face=3DArial size=3D2>Any code but even that oine doesnt=20
work.</FONT></EM></DIV>
<DIV><EM><FONT face=3DArial size=3D2>I goto run the module, i save it =
first then=20
when i run it it goes like this</FONT></EM></DIV>
<DIV><FONT face=3DArial size=3D2><EM>Traceback (innermost =
last):<BR>&nbsp; File=20
"C:\PROGRA~1\PYTHON\TOOLS\IDLE\ScriptBinding.py", line 131, in=20
run_module_event<BR>&nbsp;&nbsp;&nbsp; execfile(filename,=20
mod.__dict__)<BR>&nbsp; File "C:\Program Files\Python\hello.py", line=20
1<BR>&nbsp;&nbsp;&nbsp;&nbsp; Python 1.5.2 (#0, Apr 13 1999, 10:51:12) =
[MSC 32=20
bit (Intel)] on=20
win32<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;=20
^<BR>&nbsp;SyntaxError: invalid syntax</EM></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>what should i do?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>thanks</FONT></DIV></BODY></HTML>

------=_NextPart_000_0009_01BD1D4B.F1D59120--



From spouse1@home.com  Sat Jan 10 12:48:58 1998
From: spouse1@home.com (ryan mcmenamin)
Date: Sat, 10 Jan 1998 07:48:58 -0500
Subject: [Tutor] hey... im a newbie.. trying to make a program that finds the lcm of multiple numbers numbers
Message-ID: <001801bd1dc6$1e6f9080$1def0618@union1.nj.home.com>

This is a multi-part message in MIME format.

------=_NextPart_000_0015_01BD1D9C.3568B480
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hey python community,
    I got it to count 2 numbers multiples.... now how do i get it to =
find the least multiple of each number.

------=_NextPart_000_0015_01BD1D9C.3568B480
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hey python community,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; I got it to count 2 =
numbers=20
multiples.... now how do i get it to find the least multiple of each=20
number.</FONT></DIV></BODY></HTML>

------=_NextPart_000_0015_01BD1D9C.3568B480--



From spouse1@home.com  Mon Jan 12 11:50:36 1998
From: spouse1@home.com (ryan mcmenamin)
Date: Mon, 12 Jan 1998 06:50:36 -0500
Subject: [Tutor] tkinter??
Message-ID: <001001bd1f50$4bb77180$1def0618@union1.nj.home.com>

This is a multi-part message in MIME format.

------=_NextPart_000_000D_01BD1F26.62BFD7C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

runpy
from tkinter import *
w =3D button(text=3D"hello", command =3D "exit")
w.pack()
w.mainloop()


------=_NextPart_000_000D_01BD1F26.62BFD7C0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>runpy</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>from tkinter import *<BR>w =3D =
button(text=3D"hello",=20
command =3D =
"exit")<BR>w.pack()<BR>w.mainloop()<BR></DIV></FONT></BODY></HTML>

------=_NextPart_000_000D_01BD1F26.62BFD7C0--



From spouse1@home.com  Mon Jan 19 22:10:06 1998
From: spouse1@home.com (ryan mcmenamin)
Date: Mon, 19 Jan 1998 17:10:06 -0500
Subject: [Tutor] takemeoff
Message-ID: <000e01bd2526$ffe318e0$1def0618@union1.nj.home.com>

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01BD24FD.16A85BA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

take me off this mailinglistplease

------=_NextPart_000_000B_01BD24FD.16A85BA0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>take me off this=20
mailinglistplease</FONT></DIV></BODY></HTML>

------=_NextPart_000_000B_01BD24FD.16A85BA0--