.ddl missing error when trying to install libs on Python 2.7 - Win 8.1 -


i trying install python 2.7 , usual libs.

python 2.7 installed (and shell seems ok) - config : win8.1 64bits

setuptools, pip , virtualenv installed after that

microsoft visual c++ 2008 redistribuable installed (to fix [vcvarsall.bat] error), , unistalled basic 2010 visual studio.

when try install libs these popup errors:

  • installation on virtual env = msvcr100.dll missing

  • installation without env = python27.dll missing

here 1 sample trying install psyopg2

        writing manifest file 'pip-egg-info\psycopg2.egg-info\sources.txt'          warning: manifest_maker: standard file '-c' not found                error:              ----------------------------------------             cleaning up...               removing temporary dir c:\users\xcpro\appdata\local\temp\pip_build_xcpro...             command python setup.py egg_info failed error code 1 in c:\users\xcpro\appdata\local\temp\pip_build_xcpro\psycopg2             exception information:             traceback (most recent call last):               file "c:\users\xcpro\appdata\roaming\python\python27\site-packages\pip-1.5.4-py2.7.egg\pip\basecommand.py", line 122, in main                 status = self.run(options, args)               file "c:\users\xcpro\appdata\roaming\python\python27\site-packages\pip-1.5.4-py2.7.egg\pip\commands\install.py", line 278, in run                 requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)               file "c:\users\xcpro\appdata\roaming\python\python27\site-packages\pip-1.5.4-py2.7.egg\pip\req.py", line 1229, in prepare_files                 req_to_install.run_eg      g_info()               file "c:\users\xcpro\appdata\roaming\python\python27\site-packages\pip-1.5.4-py2.7.egg\pip\req.py", line 325, in run_egg_info                 command_desc='python setup.py egg_info')               file "c:\users\xcpro\appdata\roaming\python\python27\site-packages\pip-1.5.4-py2.7.egg\pip\util.py", line 697, in call_subprocess      % (command_desc, proc.returncode, cwd))         installationerror: command python setup.py egg_info failed error code 1 in c:\users\xcpro\appdata\local\temp\pip_build_xcpro\psycopg2    tried reinstallation, possible things without success (except downloading dll, seems risky...). having spent 8hours in vain... idea ?     [1]: http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat 


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -