Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-26 Thread Benjamin Welton
Very true, oracle is quite difficult to get working (properly at least) in general on windows. Much less what amounts to a beta version of windows. I haven't heard back from the original poster on this, like i said im very curious to see if he was able to get everything working correctly.

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-26 Thread Andre Terra
It's just that if I were trying to get django working on windows 8, I wouldn't start with an Oracle setup. Cheers, AT On Mon, Sep 26, 2011 at 6:14 PM, Benjamin Welton < benjamin.r.wel...@wmich.edu> wrote: > Windows 8? > > > Its possible he's using it on Windows 8 since the developer preview

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-26 Thread Benjamin Welton
Windows 8? Its possible he's using it on Windows 8 since the developer preview is available. If he actually is id be curious to know if everything works ok on windows 8 with python/django. Ben On 09/26/2011 04:10 PM, Andre Terra wrote: Windows 8? On Sat, Sep 24, 2011 at 5:27 AM, Benjamin

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-26 Thread Andre Terra
Windows 8? On Sat, Sep 24, 2011 at 5:27 AM, Benjamin Welton < benjamin.r.wel...@wmich.edu> wrote: > Hey Alec, > > django.core.exceptions.ImproperlyConfigured: Error loading cx_Oracle > module: DLL load failed: %1 is not a valid Win32 application. > > Do you have the visual c redistributable

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-24 Thread Benjamin Welton
Hey Alec, django.core.exceptions.ImproperlyConfigured: Error loading cx_Oracle module: DLL load failed: %1 is not a valid Win32 application. Do you have the visual c redistributable installed for 64bit and the Python for windows extensions for 64bit installed? Ben On 9/24/2011 3:17 AM, Alec

DJango doesn't work with Oracle 11g on Windows 8

2011-09-24 Thread Alec Taylor
Good afternoon, Unfortunately DJango doesn't work with Oracle 11g Express on Windows 8 x64. DJango error: http://pastebin.com/8tAzsjYh (summary: "No module named cx_Oracle") pip install cx_Oracle output: http://pastebin.com/6Y61PqSM easy_install cx_Oracle output: http://pastebin.com/rCsY63RS