[EMAIL PROTECTED] schrieb:
> I want to distribute the program once
> it's finished so it means explaining this (sudo bit) in the install
> instructions.
> 
> Is this a good / bad way to achieve this? 

Yes, the user should be always made aware, if he is to run something as root.
Requiring him to configure sudo is a good way to do this.

Just make sure your program fails with a meaningful error message, if sudo
isn't set up properly.

Chris
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to