I'm trying to install the latest version of Turbogears 2.3.1 on a Windows 8 
notebook.

As per instructions I have installed:

Python 2.6
setuptools
pip
virtualenv

When I create a new virtualenv and run "pip install tg.devtools" I get the 
following error before the process completes:

Installed c:\tg23env\build\cliff\pbr-0.5.23-py2.6.egg
running egg_info
creating pip-egg-info\cliff.egg-info
writing requirements to pip-egg-info\cliff.egg-info\requires.txt
writing pip-egg-info\cliff.egg-info\PKG-INFO
writing top-level names to pip-egg-info\cliff.egg-info\top_level.txt
writing dependency_links to pip-egg-info\cliff.egg-info\dependency_links.txt
writing entry points to pip-egg-info\cliff.egg-info\entry_points.txt
[pbr] Processing SOURCES.txt
writing manifest file 'pip-egg-info\cliff.egg-info\SOURCES.txt'
warning: LocalManifestMaker: standard file '-c' not found
error: The system cannot find the file specified
----------------------------------------
Cleaning up...
  Removing temporary dir C:\tg23env\build...
Command python setup.py egg_info failed with error code 1 in 
C:\tg23env\build\cliff
Exception information:
Traceback (most recent call last):
  File "C:\tg23env\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\tg23env\lib\site-packages\pip\commands\install.py", line 270, in 
run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File "C:\tg23env\lib\site-packages\pip\req.py", line 1206, in 
prepare_files
    req_to_install.run_egg_info()
  File "C:\tg23env\lib\site-packages\pip\req.py", line 312, in run_egg_info
    command_desc='python setup.py egg_info')
  File "C:\tg23env\lib\site-packages\pip\util.py", line 696, in 
call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 
1 in C:\tg23env\build\cliff

Any assistance would be greatly appreciated.

Thanks,
Michael



-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to