I have been preparing a clean Ubuntu for Turbogears using virtual-python.py BUT now I get
[EMAIL PROTECTED]:~/tg/turbogears$ python setup.py develop running develop running egg_info writing requirements to ./TurboGears.egg-info/requires.txt writing ./TurboGears.egg-info/PKG-INFO writing top-level names to ./TurboGears.egg-info/top_level.txt writing entry points to ./TurboGears.egg-info/entry_points.txt running build_ext Creating /home/dave/lib/python2.4/site-packages/TurboGears.egg-link (link to .) TurboGears 0.9a0dev-r199 is already the active version in easy-install.pth Installing tg-admin script to /home/dave/bin Installed /home/dave/tg/turbogears Processing dependencies for TurboGears==0.9a0dev-r199 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-31mME6/kid-0.7.1/egg-dist-tmp-dSy-As error: SandboxViolation: mkdir('/home/dave/.python-eggs/cElementTree-1.0.2_20050302-py2.4-linux-i686.egg-tmp', 511) {} 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. [EMAIL PROTECTED]:~/tg/turbogears$ "Normal" turbogears installed find. svn checked out fine. RuleDispatch came in ok. So "python setup.py develop" should have been last step. Any ideas? Dave

