[Distutils] Problems instaling Kid template

Phillip J. Eby pje at telecommunity.com
Mon Nov 28 17:53:17 CET 2005


At 12:49 PM 11/28/2005 +0000, Sharky On PTNet wrote:
>Hi again :P
>
>    I'm having trobles trying to install Kid template with
>easy_install. Don't know if is a problem related with kid package or
>something else.

See this thread:

http://mail.python.org/pipermail/distutils-sig/2005-November/005401.html

I'm still working on fixing this; basically I need to exempt pkg_resources 
operations from the sandbox checking used by easy_install.

In the meantime, you can use these steps to install manually:

     easy_install -eb . kid
     cd kid
     python setup.py bdist_egg
     easy_install dist/kid*.egg
     cd ..; rm -rf kid



More information about the Distutils-SIG mailing list