Hello, I'm trying to install sphinx on my machine with the following specs:

   - win 7;
   - python 3.2.2;


The setup.py build runs fine, but when i run the setup.py install i get the 
following error:

Processing distribute-0.6.13-py3.2.egg
creating c:\python32\lib\site-packages\distribute-0.6.13-py3.2.egg
Extracting distribute-0.6.13-py3.2.egg to c:\python32\lib\site-packages
Adding distribute 0.6.13 to easy-install.pth file
Traceback (most recent call last):
  File "setup.py", line 207, in <module>
    use_2to3_fixers=['custom_fixers'],
  File "c:\Python32\lib\distutils\core.py", line 148, in setup
    dist.run_commands()
  File "c:\Python32\lib\distutils\dist.py", line 917, in run_commands
    self.run_command(cmd)
  File "c:\Python32\lib\distutils\dist.py", line 936, in run_command
    cmd_obj.run()
  File "build\bdist.win32\egg\setuptools\command\install.py", line 73, in 
run
  File "build\bdist.win32\egg\setuptools\command\install.py", line 101, in 
do_egg_install
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
342, in run
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
562, in easy_install
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
613, in install_item
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
641, in process_distribution
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
513, in install_egg_scripts
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
715, in install_wrapper_scripts
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
1736, in get_script_args
  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 
1588, in get_script_header
TypeError: can't use a bytes pattern on a string-like object

Am I missing something?

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/CBSxbnEulBsJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to