Re: [Tutor] cx_Oracle Installation on windows

2016-07-12 Thread Alan Gauld via Tutor
On 12/07/16 04:56, srini s wrote:
> Hi,
> 
> While installation process, getting the below issue. Please suggest me.
> 
> Sent from Mail for Windows 
> 10C:\Python34\Scripts>pip install cx_Oracle
> Collecting cx_Oracle
>   Using cached cx_Oracle-5.2.1.tar.gz
> Complete output from command python setup.py egg_info:
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\WINDOWS\TEMP\pip-build-tuf94dnb\cx-Oracle\setup.py", line 170, 
> in 
> raise DistutilsSetupError("cannot locate an Oracle software " \
> distutils.errors.DistutilsSetupError: cannot locate an Oracle software 
> installation

The obvious question is do you have an Oracle database installed?
Can you, for example, run SQLplus from the command line?


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] cx_Oracle Installation on windows

2016-07-12 Thread srini s
Hi,

While installation process, getting the below issue. Please suggest me.

Sent from Mail for Windows 
10C:\Python34\Scripts>pip install cx_Oracle
Collecting cx_Oracle
  Using cached cx_Oracle-5.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "", line 1, in 
  File "C:\WINDOWS\TEMP\pip-build-tuf94dnb\cx-Oracle\setup.py", line 170, 
in 
raise DistutilsSetupError("cannot locate an Oracle software " \
distutils.errors.DistutilsSetupError: cannot locate an Oracle software 
installation


Command "python setup.py egg_info" failed with error code 1 in 
C:\WINDOWS\TEMP\pip-build-tuf94dnb\cx-Oracle\

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor