I think i have done a mistake in my last cx_Oracle installation. Is this a
problem? I used one python while build and another while install.

ex: [me] ~/install_cx_oracle/cx_Oracle-5.0.3> /usr/local/bin/python setup.py
build
      [me] ~/install_cx_oracle/cx_Oracle-5.0.3> sudo python setup.py install

Now i am trying again, but not able to install.

[weevil] ~/install_cx_oracle/cx_Oracle-5.0.3> sudo /usr/local/bin/python
setup.py build install
running build
running build_ext
running install
running bdist_egg
running egg_info
creating cx_Oracle.egg-info
error: could not create 'cx_Oracle.egg-info': Permission denied

How to resolve this?

Thanks,
Kamal

On Fri, Apr 22, 2011 at 7:53 PM, Ian <ian.g.ke...@gmail.com> wrote:

> On Apr 21, 11:40 pm, kamal sharma <kamalp.sha...@gmail.com> wrote:
> > When i try the same code from python Shell then it is working fine.
>
> Okay, so it does sound to me like it's your web server blocking access
> to the entire ORACLE_HOME directory.
>
> Is it running under a chroot jail?  If so, then you will need to copy
> your entire Oracle client installation into the jail and use the
> chrooted path for your ORACLE_HOME and LD_LIBRARY_PATH.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to