if not os.path.isdir("your_dir_name"):
  makedirs("your_dir_name")

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to