View Single Post
Old 01-31-2007, 10:51 PM   #6872
Simplex3 Simplex3 is offline
MVP
 
Simplex3's Avatar
 

Join Date: Sep 2003
Casino cash: $10004900
FOCK!!!

It was the permissions in the python directories!

All it took was a couple of quick find -xarg commands.

find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;
Posts: 28,527
Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.Simplex3 would the whole thing.