Thank you

Le Mardi 29 Novembre 2005 14:09, Helio MC Pereira a écrit :
> This is more a distutils problem. See this thread:
> http://mail.python.org/pipermail/distutils-sig/2005-November/005570.html
>
> The answer is here:
> http://mail.python.org/pipermail/distutils-sig/2005-November/005574.html
>
> 2005/11/29, Laurent Rahuel <[EMAIL PROTECTED]>:
> > Hi,
> >
> > After the svn checkout of TurboGears snapshot, and trying to run :
> >
> > /path/to/python/bin/python setup.py develop
> >
> > I get this error :
> >
> > Searching for kid>=0.7.1
> > Reading http://www.python.org/pypi/kid/
> > Reading http://kid.lesscode.org/
> > Best match: kid 0.7.1
> > Downloading http://lesscode.org/dist/kid/0.7.1/kid-0.7.1.tar.gz
> > Processing kid-0.7.1.tar.gz
> > Running kid-0.7.1/setup.py -q bdist_egg
> > --dist-dir /tmp/easy_install-y6Wbar/kid-0.7.1/egg-dist-tmp-jzEzLe
> > error: SandboxViolation:
> > open('/home/saruman/.python-eggs/cElementTree-1.0.2_20050302-py2.4-linux-
> >i686.egg-tmp/tmpMIc-on. $extract', 131266, 384) {}
> >
> > The package setup script has attempted to modify files on your system
> > that are not within the EasyInstall build area, and has been aborted.
> >
> > This package cannot be safely installed by EasyInstall, and may not
> > support alternate installation locations even if you run its setup
> > script by hand.  Please inform the package's author and the EasyInstall
> > maintainers to find out if a fix or workaround is available.
> >
> > Any idea ???
> >
> > PS : I also had troubles with some effbot packages and json-py not
> > installing with the develop argument of setup.py. I needed to install
> > them like this :
> >
> > ./bin/easy_install --allow-hosts=turbogears.org -f
> > http://turbogears.org/download/index.html cElementTree
> >
> > ./bin/easy_install --allow-hosts=turbogears.org -f
> > http://turbogears.org/download/index.html elemenTree
> >
> > ./bin/easy_install --allow-hosts=turbogears.org -f
> > http://turbogears.org/download/index.html json-py
> >
> > And then re-run setup.py develop.
> >
> > Regards,
> >
> > Laurent.

Reply via email to