Hi Anthony, Hi Alec,
It's great that you're making progress on this issue, but as Karen already
noted your discussion is off-topic for this list. So please move it to either
django-users or some private channel.
Thanks in advance,
Lukasz Rekucki
--
You received this message because you are su
Hi Anthony,
I'm running 64-bit Python 2.7, with 64-bit cx_Oracle.
On Thu, Sep 22, 2011 at 2:16 PM, Anthony Tuininga
wrote:
> You're welcome. This can be due to a number of things -- one of them
> might be the difference between 64-bit and 32-bit -- not sure which
> one you are using, of course.
You're welcome. This can be due to a number of things -- one of them
might be the difference between 64-bit and 32-bit -- not sure which
one you are using, of course. Everything has to match -- Python,
Oracle and cx_Oracle. You might be able to find something out using
"Process Explorer" which will
Thanks Anthony, unfortunately although I made progress, I am still
unable to proceed due to an error.
manage.py syncdb error: http://pastebin.com/syqxF4m6
On Thu, Sep 22, 2011 at 3:47 AM, Anthony Tuininga
wrote:
> Hi,
>
> You should just download and install cx_Oracle directly instead of
> tryin
Hi,
You should just download and install cx_Oracle directly instead of
trying to build it. In theory it should work on Windows 8 without
needing a rebuild. :-)
http://cx-oracle.sourceforge.net/
If you do actually need to rebuild because of Windows 8 you can use
the platform development kit avail
On Wed, Sep 21, 2011 at 10:41 AM, Simon Charette wrote:
> http://lmgtfy.com/?q=vcvarsall.bat
C'mon, that's totally rude and really not OK.
If you have the time to answer someone's question then please do so,
but if you don't simply telling people to "google for it" or "RTFM" is
just impolite. "l
Please ask questions about using Django (which includes getting things
configured to run properly on various different platforms/DBs) on the
django-users mailing list. The topic of this list is the development of
Django itself.
Karen
--
You received this message because you are subscribed to the
http://lmgtfy.com/?q=vcvarsall.bat
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/v6EuZV0jI6AJ.
To post to this group, send email to django-devel
Good morning,
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
Sum