Advertisement
Guest User

Untitled

a guest
Jan 29th, 2012
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.37 KB | None | 0 0
  1. Obtaining pycrypto from git+https://github.com/dlitz/pycrypto.git#egg=pycrypto
  2.   Updating c:\projects\satchmo_test\satchmo_test\src\pycrypto clone
  3.   Running setup.py egg_info for package pycrypto
  4.    
  5. Installing collected packages: pycrypto
  6.   Running setup.py develop for pycrypto
  7.    
  8.     'sh' is not recognized as an internal or external command,
  9.     operable program or batch file.
  10.     Traceback (most recent call last):
  11.       File "<string>", line 1, in <module>
  12.       File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 452, in <module>
  13.         core.setup(**kw)
  14.       File "C:\Python27\lib\distutils\core.py", line 152, in setup
  15.         dist.run_commands()
  16.       File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
  17.         self.run_command(cmd)
  18.       File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  19.         cmd_obj.run()
  20.       File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 27, in run
  21.       File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 88, in install_for_development
  22.       File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  23.         self.distribution.run_command(command)
  24.       File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  25.         cmd_obj.run()
  26.       File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 247, in run
  27.         self.run_command(cmd_name)
  28.       File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  29.         self.distribution.run_command(command)
  30.       File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  31.         cmd_obj.run()
  32.       File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 274, in run
  33.         raise RuntimeError("autoconf error")
  34.     RuntimeError: autoconf error
  35.     Complete output from command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\satchmo_test\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps:
  36.     running develop
  37.  
  38. running egg_info
  39.  
  40. writing pycrypto.egg-info\PKG-INFO
  41.  
  42. writing top-level names to pycrypto.egg-info\top_level.txt
  43.  
  44. writing dependency_links to pycrypto.egg-info\dependency_links.txt
  45.  
  46. warning: manifest_maker: standard file '-c' not found
  47.  
  48.  
  49.  
  50. reading manifest file 'pycrypto.egg-info\SOURCES.txt'
  51.  
  52. reading manifest template 'MANIFEST.in'
  53.  
  54. writing manifest file 'pycrypto.egg-info\SOURCES.txt'
  55.  
  56. running build_ext
  57.  
  58. running build_configure
  59.  
  60. 'sh' is not recognized as an internal or external command,
  61.  
  62. operable program or batch file.
  63.  
  64. Traceback (most recent call last):
  65.  
  66.   File "<string>", line 1, in <module>
  67.  
  68.   File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 452, in <module>
  69.  
  70.     core.setup(**kw)
  71.  
  72.   File "C:\Python27\lib\distutils\core.py", line 152, in setup
  73.  
  74.     dist.run_commands()
  75.  
  76.   File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
  77.  
  78.     self.run_command(cmd)
  79.  
  80.   File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  81.  
  82.     cmd_obj.run()
  83.  
  84.   File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 27, in run
  85.  
  86.   File "C:\Python27\lib\site-packages\setuptools-0.6c11-py2.7.egg\setuptools\command\develop.py", line 88, in install_for_development
  87.  
  88.   File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  89.  
  90.     self.distribution.run_command(command)
  91.  
  92.   File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  93.  
  94.     cmd_obj.run()
  95.  
  96.   File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 247, in run
  97.  
  98.     self.run_command(cmd_name)
  99.  
  100.   File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command
  101.  
  102.     self.distribution.run_command(command)
  103.  
  104.   File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
  105.  
  106.     cmd_obj.run()
  107.  
  108.   File "C:\Projects\satchmo_test\satchmo_test\src\pycrypto\setup.py", line 274, in run
  109.  
  110.     raise RuntimeError("autoconf error")
  111.  
  112. RuntimeError: autoconf error
  113.  
  114. ----------------------------------------
  115. Command C:\Python27\python.exe -c "import setuptools; __file__='C:\\Projects\\satchmo_test\\satchmo_test\\src\\pycrypto\\setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" develop --no-deps failed with error code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement