On Sun, 2010-08-22 at 17:52 +0530, Anirudh Asokan wrote:
> Yes the problem is pretty obvious :D . Can anyone help me overcome
> this? I
> want to give my python script write permission to the directories I
> wish.
> Should I configure Apache or can anything be done using python? 

chown -R www-data:www-data '/yourdirectory/'
-- 
regards
Kenneth Gonsalves

_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to