Hi, Can you try this before running the install of TurboGears?
python ez_setup.py -U setuptools That will hopefully get you a fully complete setuptools installation. Kevin On 3/30/06, Ivo Looser <[EMAIL PROTECTED]> wrote: > > Hi Together > > I wenn to the updateinstruction Site for 0.9a2 got the ez_setup.py > file there and executed: > > D:\Download>python ez_setup.py -f > http://www.turbogears.org/preview/download/ind > ex.html TurboGears > Traceback (most recent call last): > File "ez_setup.py", line 226, in ? > main(sys.argv[1:]) > File "ez_setup.py", line 179, in main > main(list(argv)+[download_setuptools(delay=0)]) > File > "c:\python24\lib\site-packages\setuptools-0.6a8-py2.4.egg\setuptools\comm > and\easy_install.py", line 1180, in main > setup(script_args = ['-q','easy_install', '-v']+argv, **kw) > File "c:\python24\lib\distutils\core.py", line 149, in setup > dist.run_commands() > File "c:\python24\lib\distutils\dist.py", line 946, in run_commands > self.run_command(cmd) > File "c:\python24\lib\distutils\dist.py", line 965, in run_command > cmd_obj.ensure_finalized() > File "c:\python24\lib\distutils\cmd.py", line 117, in ensure_finalized > self.finalize_options() > File > "c:\python24\lib\site-packages\setuptools-0.6a8-py2.4.egg\setuptools\comm > and\easy_install.py", line 138, in finalize_options > ('install_dir', 'script_dir') > File "c:\python24\lib\distutils\cmd.py", line 304, in set_undefined_options > src_cmd_obj = self.distribution.get_command_obj(src_cmd) > File "c:\python24\lib\distutils\dist.py", line 840, in get_command_obj > klass = self.get_command_class(command) > File > "c:\python24\lib\site-packages\setuptools-0.6a8-py2.4.egg\setuptools\dist > .py", line 354, in get_command_class > self.cmdclass[command] = cmdclass = ep.load() > File > "c:\python24\lib\site-packages\setuptools-0.6a8-py2.4.egg\pkg_resources.p > y", line 1625, in load > entry = __import__(self.module_name, globals(),globals(), ['__name__']) > ImportError: No module named install_scripts > > Before i was run this i had alot of packages on my Notebook, i removed > before the Statement the setuptools folder in > python24\.....\site-packages\setuptools. is there a way to remove > Packages by easy_install? > > I had installing tg-trunk. But when i was running my old project the > fastdata...list was compiling in endles loop. > > I hope someone can help me to create a clean installation of tg0.9a2. > > Tia Ivo Looser > > > > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

