willtama.blogg.se

How to use quakespasm
How to use quakespasm













Return self.obtain(req, installer) # try and download/installįile "C:\python27\lib\site-packages\pkg_resources.py", line 811, in obtainįile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 434, in easy_installįile "C:\python27\lib\site-packages\setuptools\package_index.py", line 475, in fetch_distribution , self.local_index, self.easy_installįile "C:\python27\lib\site-packages\pkg_resources.py", line 563, in resolveĭist = best = env.best_match(req, self, installer)įile "C:\python27\lib\site-packages\pkg_resources.py", line 799, in best_match Self.process_distribution(spec, dists, deps, "Using")įile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 519, in process_distribution Return self.install_item(spec, dist.location, tmpdir, deps)įile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 481, in install_item Self.easy_install(spec, not self.no_deps)įile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 446, in easy_install Load_entry_point('setuptools=0.6c11', 'console_scripts', 'easy_install')()įile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 1712, in mainįile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 1700, in with_ei_usageįile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 1716, inĭistclass=DistributionWithoutHelpCommands, **kwįile "C:\python27\lib\distutils\core.py", line 152, in setupįile "C:\python27\lib\distutils\dist.py", line 953, in run_commandsįile "C:\python27\lib\distutils\dist.py", line 972, in run_commandįile "C:\python27\lib\site-packages\setuptools\command\easy_install.py", line 211, in run No local packages or download links found for pywin32>=214įile "C:\python27\scripts\easy_install-script.py", line 8, in Using c:\python27\lib\site-packages\winpexpect-1.4-py2.7.egg Winpexpect 1.4 is already the active version in easy-install.pth How can I make easy_install work properly on Windows XP? The failure follows: C:\>easy_install winpexpect

how to use quakespasm

After installing Python 2.7 on Windows XP, then manually setting the %PATH% to python.exe (why won't the python installer do this?), then installing setuptools 0.6c11 (why doesn't the python installer do this?), then manually setting the %PATH% to easy_install.exe (why doesn't the installer do this?), I finally tried to install a python package with easy_install, but easy_install failed when it couldn't install the pywin32 package, which is a dependency.















How to use quakespasm