I am usign xpcom objects with django. When i use development server everything works fine but when I switch to Apache server with mod_wsgi I get interface not found error.
I have searched a lot about the error, which says that the id is different then one you are using for the interface. But i havent changed anything, same code works for development server.