backgroud information: server: fedora11 web server : apache 2.2 + mod_wsgi2.5
my project location '/usr/local/django/myproject' '/usr/local/django/myproject/myapp' in the django.wsgi i have --------------- sys.path.append('/usr/local/django') sys.path.append('/usr/local/django/myproject') ------------- In the debug information i already saw python path '[/usr/local/ django]' And i have everything under /usr/local/django readable an executable . i still got this error. Something else i need to check? Thanks for any help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---