[Tutor] Runing a Python program

2006-05-12 Thread Henry Dominik
Hello people,   As a new python programmer, I created a directory in 'C:\python24\myPythonFiles', and added a simple python under the myPythonFiles directory; but when I tried running it on the Python Shell, I got the following error.   >>> import myPythonFiles.readOut   Traceback (most rece

Re: [Tutor] selecting and ordering file names on a remote machine

2006-05-12 Thread Carroll, Barry
Kent: <> > > > > Essentially, page must do the following: > > > >1. present the files in the directory to the user as some sort > > of list from which multiple names can be selected, > >2. present the selected file names in the order in which they > > were selected, > >3. a

Re: [Tutor] laying out a menu widget inside a frame

2006-05-12 Thread Michael Lange
On Thu, 11 May 2006 15:03:53 -0400 (EDT) "Zubin Wadia" <[EMAIL PROTECTED]> wrote: > Hello All, > > from Tkinter import * > > class App: > #create a frame > def __init__(self, master): > frame = Frame(master, bg="LIGHTBLUE", relief=RIDGE, bd=3) > frame.pack(side=TOP, ipadx

Re: [Tutor] help with erros using subprocess module

2006-05-12 Thread Michael Lange
On Thu, 11 May 2006 10:59:19 -0700 (PDT) Jerome Jabson <[EMAIL PROTECTED]> wrote: > > Am I missing some module you are referencing with > "types"? > Hi Jerome, that's right, try import types first. Michael ___ Tutor maillist - Tutor@python.o