-veracon <[EMAIL PROTECTED]>:
> I'm pretty new at Python, so I have no idea how to do this: How do I
> find the name of the directory that contains the application currently
> being executed (e.g. if the file is /home/user/file.py, I want to get
> the /home/user part)?

Try os.path.dirname (__file__)

HTH,
  ngw
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to