On 09-11-19 6:40 AM, Brandon Taylor wrote: > ImproperlyConfigured: ImportError filebrowser: No module named > filebrowser > > I can start python from the command line, and import filebrowser, > django, or any of my other modules without errors.
You could be using a different python. If you installed mod_wsgi through a package manager, which Python does it use 2.5 or 2.6 (I don't know the answer to that, but the traceback might). Do you have multiple pythons on your machine? -- Andy McKay, @clearwind Training: http://clearwind.ca/training/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=.

