Possible Duplicate:
How to find the real user home directory using python?
How to get the home directory in Python?
I want to access /home/weasel
to read some files from there but I don't want to write the full path of course - so other users can use the script.. how do you know your username or your home dir with python on Linux?
Thanks