On Jun 30, 2:55 am, "[email protected]" <[email protected]> wrote: > I can use the oracle with django admin runserver, > but when i use apche with mod_wsgi , apache error log : > ImproperlyConfigured: Error loading cx_Oracle module: DLL load failed: > What's wrong with it ?
Make sure you're using the same versions of Python, cx_Oracle, and the Oracle client in both instances. Also make sure that the server process's ORACLE_HOME environment variable is set. Hope this helps, Ian --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---

