> however, in my Thunar file viewer, every icon has a little "X" on it
> -- this makes me think it's a permissions issue, but I'm a Linux n00b
> and am not sure how to go about fixing this.  Do I need to do some
> kind of recursive chmod on the entire django tree in site-packages?

So.  Probably was a stupid question, and I pretty much had my
answer... looked a *nix tutorial about chmod, realized that every file
in that django site-package was 700.  I performed chmod -R 755 on the
whole thing and it works.

- Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to