[Tutor] Just Learning Python

BELSEY, Dylan dylan.belsey@baesystems.com
Wed Oct 30 19:19:01 2002


Dylan Belsey,
Software Engineer,
AEW&C, GSS, SV&VE, MCIS,
Air 5077 (Wedgetail).
BAE SYSTEMS

Address:
              LIFF,
              Williamtown Drive,
              Williamtown, 
              NSW, 2318.
E-mail: dylan.belsey@baesystems.com
Phone: +61-2-4928 9241


-----Original Message-----
From: Mark Brown [mailto:mark.brown@rogers.com]
Sent: Thursday, 31 October 2002 11:16
To: tutor@python.org
Subject: [Tutor] Just Learning Python


I'm just learning Python and found a simple program that I'm trying to
convert to using 'class'.

The main program is 'runit2.py':

#!/usr/bin/env python

from runit2ui import *

app1 = App1()
app1.mainloop()

The user interface program is 'runit2ui.py':

#!/usr/bin/env python
Hi Mark,
	You need to tell the interpreter where t



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor