Hello Nemesis,
> Hi all, I'm trying to write a multiplatform function that tries to
> return the actual user home directory.
> ...
What's wrong with:
from user import home
which does about what your code does.Bye. -- ------------------------------------------------------------------------ Miki Tebeka <[EMAIL PROTECTED]> http://tebeka.bizhat.com The only difference between children and adults is the price of the toys -- http://mail.python.org/mailman/listinfo/python-list
