Re: [Tutor] what does the warning indicate?

2006-06-23 Thread Carlos Daniel Ruvalcaba Valenzuela
By the way, when do you get this warning? while starting the python interpreter (python.exe)?, it's IDLE which gives you that warning? or could it be some code? if it is code then send it to the list, i'm sure will be able to help you more that way :) Regards, Carlos Daniel Ruvalcaba _

Re: [Tutor] what does the warning indicate?

2006-06-22 Thread Carlos Daniel Ruvalcaba Valenzuela
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 envir

[Tutor] what does the warning indicate?

2006-06-22 Thread devayani barve
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 ===