Most probably you are using Python on Windows, on Unix-like system there is a "home" for each user where the user files reside, normally HOME on windows must point to something like c:\Documents and Settings\Username, are you using Python on Windows 98?
Otherwise it may be a problem with the enviroment variable (Home), pointing to drive H (H:), while it dosen't exist in your system. Anyways, that's my 2 cents :) On 6/22/06, devayani barve <[EMAIL PROTECTED]> wrote: > > Hi!! > I'm new to python and just trying to play around, > when I run my program in the interactive shell before executing the program > it shows the following warning : > > Warning: HOME environment variable points to > H: > but the path does not exist. > ================================ RESTART > ================================ > >>> > > or sometimes it just gets stuck. > What does this mean? > > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > > > _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor