bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

Installation error #450

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Specs: Python 3 / Windows 7

> python setup.py install

...

creating c:\python32\lib\site-packages\nose-1.1.2-py3.2.egg
Extracting nose-1.1.2-py3.2.egg to c:\python32\lib\site-packages
Adding nose 1.1.2 to easy-install.pth file
Installing nosetests-script.py script to C:\Python32\Scripts
Traceback (most recent call last):
  File "setup.py", line 119, in <module>
    **addl_args
  File "C:\Users\andrew\Downloads\nose-1.1.2\nose-1.1.2\setup3lib.py", line 140,
 in setup
    return _setup(*args, **kwargs)
  File "C:\Python32\lib\distutils\core.py", line 150, in setup
    dist.run_commands()
  File "C:\Python32\lib\distutils\dist.py", line 919, in run_commands
    self.run_command(cmd)
  File "C:\Python32\lib\distutils\dist.py", line 938, in run_command
    cmd_obj.run()
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\install.py", line 73, in run
    self.do_egg_install()
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\install.py", line 101, in do_egg_install
    cmd.run()
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 345, in run
    self.easy_install(spec, not self.no_deps)
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 565, in easy_install
    return self.install_item(None, spec, tmpdir, deps, True)
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 617, in install_item
    self.process_distribution(spec, dist, deps)
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 646, in process_distribution
    self.install_egg_scripts(dist)
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 516, in install_egg_scripts
    self.install_wrapper_scripts(dist)
  File "C:\Python32\lib\site-packages\distribute-0.6.21-py3.2.egg\setuptools\com
mand\easy_install.py", line 721, in install_wrapper_scripts
    self.write_script(*args)
  File "setup.py", line 63, in wrap_write_script
    contents = bad_text.sub(good_text, contents)
TypeError: can't use a string pattern on a bytes-like object

Original issue reported on code.google.com by andrew.p...@gmail.com on 26 Aug 2011 at 4:34

GoogleCodeExporter commented 8 years ago
I am seeing same error on Win7/python3.2
Any workaround?

Original comment by gigaim...@gmail.com on 18 Dec 2011 at 5:16

GoogleCodeExporter commented 8 years ago
Nose has moved to github, please follow this issue there: 
https://github.com/nose-devs/nose/issues/444 -- closing here.

Original comment by jpelle...@gmail.com on 18 Dec 2011 at 4:43