Message3882

Author otmarhumbel
Recipients otmarhumbel, pjenvey
Date 2008-12-08.07:28:53
SpamBayes Score 0.13497926
Marked as misclassified No
Message-id <1228721334.24.0.886371388644.issue1180@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for taking over!

If i remember correctly, i had to comment out the last two if statements 
in method check_enableusersite() - in the zipped/encoded site.py

They looked like:
  if hasattr(os, "getuid") and hasattr(os, "geteuid"):
    ...
  if hasattr(os, "getgid") and hasattr(os, "getegid"):
    ...

commenting out those two brought me a step further
History
Date User Action Args
2008-12-08 07:28:54otmarhumbelsetmessageid: <1228721334.24.0.886371388644.issue1180@psf.upfronthosting.co.za>
2008-12-08 07:28:54otmarhumbelsetrecipients: + otmarhumbel, pjenvey
2008-12-08 07:28:54otmarhumbellinkissue1180 messages
2008-12-08 07:28:54otmarhumbelcreate